Home
last modified time | relevance | path

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

/btstack/port/stm32-l073rz-nucleo-em9304/Src/
H A Dmain.c225 huart2.Init.OneBitSampling = UART_ONE_BIT_SAMPLE_DISABLE; in MX_USART2_UART_Init()
/btstack/port/stm32-wb55xx-nucleo-freertos/Src/
H A Dmain.c265 hTuart.Init.OneBitSampling = UART_ONE_BIT_SAMPLE_DISABLE; in Init_UART()
/btstack/port/stm32-l476rg-nucleo-sx1280/Src/
H A Dmain.c288 huart2.Init.OneBitSampling = UART_ONE_BIT_SAMPLE_DISABLE; in MX_USART2_UART_Init()
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Src/
H A Dstm32wbxx_hal_uart.c2888 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()
2892 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()
2928 tmpreg |= huart->Init.OneBitSampling; in UART_SetConfig()
2931 tmpreg |= huart->Init.OneBitSampling; in UART_SetConfig()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_smartcard.h79 …uint16_t OneBitSampling; /*!< Specifies whether a single sample or three samples' major… member
H A Dstm32l4xx_hal_uart.h88 …uint32_t OneBitSampling; /*!< Specifies whether a single sample or three samples' major… member
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Inc/
H A Dstm32l0xx_hal_uart.h88 …uint32_t OneBitSampling; /*!< Specifies whether a single sample or three samples' major… member
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_uart.h88 …uint32_t OneBitSampling; /*!< Specifies whether a single sample or three samples' major… member
/btstack/port/stm32-wb55xx-nucleo-freertos/Drivers/STM32WBxx_HAL_Driver/Inc/
H A Dstm32wbxx_hal_uart.h90 …uint32_t OneBitSampling; /*!< Specifies whether a single sample or three samples' major… member
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_smartcard.c2417 assert_param(IS_SMARTCARD_ONE_BIT_SAMPLE(hsmartcard->Init.OneBitSampling)); in SMARTCARD_SetConfig()
2455 tmpreg = (uint32_t) hsmartcard->Init.OneBitSampling | hsmartcard->Init.NACKEnable; in SMARTCARD_SetConfig()
H A Dstm32l4xx_hal_uart.c2996 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()
3035 tmpreg |= huart->Init.OneBitSampling; in UART_SetConfig()
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Src/
H A Dstm32l0xx_hal_uart.c2769 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()
2802 tmpreg |= huart->Init.OneBitSampling; in UART_SetConfig()
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_uart.c3002 assert_param(IS_UART_ONE_BIT_SAMPLE(huart->Init.OneBitSampling)); in UART_SetConfig()
3041 tmpreg |= huart->Init.OneBitSampling; in UART_SetConfig()