STM32F439xx HAL User Manual
Defines
LIN Break Detection Length
USART Exported Constants

Defines

#define LL_USART_LINBREAK_DETECT_10B   0x00000000U
#define LL_USART_LINBREAK_DETECT_11B   USART_CR2_LBDL

Define Documentation

#define LL_USART_LINBREAK_DETECT_10B   0x00000000U

10-bit break detection method selected

Definition at line 326 of file stm32f4xx_ll_usart.h.

#define LL_USART_LINBREAK_DETECT_11B   USART_CR2_LBDL

11-bit break detection method selected

Definition at line 327 of file stm32f4xx_ll_usart.h.