|
STM32H735xx 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 322 of file stm32h7xx_ll_usart.h.
Referenced by LL_USART_StructInit().
| #define LL_USART_OVERSAMPLING_8 USART_CR1_OVER8 |
Oversampling by 8
Definition at line 323 of file stm32h7xx_ll_usart.h.
Referenced by LL_USART_GetBaudRate(), and LL_USART_SetBaudRate().
1.7.6.1