Home
last modified time | relevance | path

Searched refs:LL_USART_OVERSAMPLING_8 (Results 1 – 4 of 4) sorted by relevance

/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_ll_usart.h232 #define LL_USART_OVERSAMPLING_8 USART_CR1_OVER8 /*!< Oversampling by 8 */ macro
1022 if (OverSampling == LL_USART_OVERSAMPLING_8) in LL_USART_SetBaudRate()
1051 if (OverSampling == LL_USART_OVERSAMPLING_8) in LL_USART_GetBaudRate()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_ll_usart.c82 || ((__VALUE__) == LL_USART_OVERSAMPLING_8))
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_ll_usart.c92 || ((__VALUE__) == LL_USART_OVERSAMPLING_8))
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_ll_usart.h357 #define LL_USART_OVERSAMPLING_8 USART_CR1_OVER8 /*!< Oversampling by 8 */ macro
1981 else if (OverSampling == LL_USART_OVERSAMPLING_8) in LL_USART_SetBaudRate()
1983 if (OverSampling == LL_USART_OVERSAMPLING_8) in LL_USART_SetBaudRate()
2052 else if (OverSampling == LL_USART_OVERSAMPLING_8) in LL_USART_GetBaudRate()