|
STM32F479xx HAL User Manual
|
Defines | |
| #define | LL_USART_OVERSAMPLING_16 0x00000000U |
| #define | LL_USART_OVERSAMPLING_8 USART_CR1_OVER8 |
| #define LL_USART_OVERSAMPLING_16 0x00000000U |
Oversampling by 16
Definition at line 231 of file stm32f4xx_ll_usart.h.
Referenced by LL_USART_StructInit().
| #define LL_USART_OVERSAMPLING_8 USART_CR1_OVER8 |
Oversampling by 8
Definition at line 232 of file stm32f4xx_ll_usart.h.
Referenced by LL_USART_GetBaudRate(), and LL_USART_SetBaudRate().
1.7.6.1