STM32G474xx HAL User Manual
宏定义
停止位
LPUART Exported Constants

宏定义

#define LL_LPUART_StopBits_1  0x0000000U
#define LL_LPUART_StopBits_2  USART_CR2_Stop_1

宏定义文档

#define LL_LPUART_StopBits_1  0x0000000U

1个停止位

Definition at line 309 of file stm32g4xx_ll_lpuart.h.

Referenced by LL_LPUART_StructInit().

#define LL_LPUART_StopBits_2  USART_CR2_Stop_1

2个停止位

Definition at line 310 of file stm32g4xx_ll_lpuart.h.