STM32G474xx HAL User Manual
定义
LIN Break Detection Length
USART Exported Constants

定义

#define LL_USART_LINBREAK_DETECT_10B   0x00000000U
#define LL_USART_LINBREAK_DETECT_11B   USART_CR2_LBDL

定义文档

#define LL_USART_LINBREAK_DETECT_10B   0x00000000U

已选择10位中断检测方法

Definition at line 505 of file stm32g4xx_ll_usart.h.

#define LL_USART_LINBREAK_DETECT_11B   USART_CR2_LBDL

已选择11位中断检测方法

Definition at line 506 of file stm32g4xx_ll_usart.h.