STM32H735xx HAL User Manual
|
Defines | |
#define | LL_USART_STOPBITS_0_5 USART_CR2_STOP_0 |
#define | LL_USART_STOPBITS_1 0x00000000U |
#define | LL_USART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) |
#define | LL_USART_STOPBITS_2 USART_CR2_STOP_1 |
#define LL_USART_STOPBITS_0_5 USART_CR2_STOP_0 |
0.5 stop bit
Definition at line 389 of file stm32h7xx_ll_usart.h.
#define LL_USART_STOPBITS_1 0x00000000U |
1 stop bit
Definition at line 390 of file stm32h7xx_ll_usart.h.
Referenced by LL_USART_StructInit().
#define LL_USART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) |
1.5 stop bits
Definition at line 391 of file stm32h7xx_ll_usart.h.
#define LL_USART_STOPBITS_2 USART_CR2_STOP_1 |
2 stop bits
Definition at line 392 of file stm32h7xx_ll_usart.h.