STM32L443xx HAL User Manual
|
Defines | |
#define | LL_LPUART_STOPBITS_1 0x00000000U |
#define | LL_LPUART_STOPBITS_2 USART_CR2_STOP_1 |
#define LL_LPUART_STOPBITS_1 0x00000000U |
1 stop bit
Definition at line 335 of file stm32l4xx_ll_lpuart.h.
Referenced by LL_LPUART_StructInit().
#define LL_LPUART_STOPBITS_2 USART_CR2_STOP_1 |
2 stop bits
Definition at line 336 of file stm32l4xx_ll_lpuart.h.