Home
last modified time | relevance | path

Searched refs:OneBitSampling (Results 1 – 5 of 5) sorted by relevance

/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/inc/
H A Dstm32g4xx_hal_uart.h88 …uint32_t OneBitSampling; /*!< Specifies whether a single sample or three samples' major… member
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/inc/
H A Dstm32h7xx_hal_uart.h88 …uint32_t OneBitSampling; /*!< Specifies whether a single sample or three samples' major… member
/dports/lang/micropython/micropython-1.17/ports/stm32/
H A Duart.c503 huart.Init.OneBitSampling = UART_ONE_BIT_SAMPLE_DISABLE; in uart_init()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32G4xx_HAL_Driver/src/
H A Dstm32g4xx_hal_uart.c2768 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()
2803 tmpreg |= huart->Init.OneBitSampling; in UART_SetConfig()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32H7xx_HAL_Driver/src/
H A Dstm32h7xx_hal_uart.c2877 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()
2912 tmpreg |= huart->Init.OneBitSampling; in UART_SetConfig()