|
STM32G474xx HAL用户手册
|
定义 | |
| #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个停止位
定义于文件stm32g4xx_ll_usart.h的399行。
| #define LL_USART_STOPBITS_1 0x00000000U |
| #define LL_USART_STOPBITS_1_5 (USART_CR2_STOP_0 | USART_CR2_STOP_1) |
1.5个停止位
定义于文件stm32g4xx_ll_usart.h的401行。
| #define LL_USART_STOPBITS_2 USART_CR2_STOP_1 |
2个停止位
定义于文件stm32g4xx_ll_usart.h的402行。
1.7.6.1