STM32F479xx 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 279 of file stm32f4xx_ll_usart.h.
#define LL_USART_STOPBITS_1 0x00000000U |
1 stop bit
Definition at line 280 of file stm32f4xx_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 281 of file stm32f4xx_ll_usart.h.
#define LL_USART_STOPBITS_2 USART_CR2_STOP_1 |
2 stop bits
Definition at line 282 of file stm32f4xx_ll_usart.h.