|
STM32L443xx HAL User Manual
|
Defines | |
| #define | UART_OVERSAMPLING_16 0x00000000U |
| #define | UART_OVERSAMPLING_8 USART_CR1_OVER8 |
| #define UART_OVERSAMPLING_16 0x00000000U |
Oversampling by 16
Definition at line 425 of file stm32l4xx_hal_uart.h.
| #define UART_OVERSAMPLING_8 USART_CR1_OVER8 |
Oversampling by 8
Definition at line 426 of file stm32l4xx_hal_uart.h.
Referenced by HAL_LIN_Init(), and UART_SetConfig().
1.7.6.1