STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
UART LIN Break Detection Length
Collaboration diagram for UART LIN Break Detection Length:

Macros

#define UART_LINBREAKDETECTLENGTH_10B   0x00000000U
 
#define UART_LINBREAKDETECTLENGTH_11B   ((uint32_t)USART_CR2_LBDL)
 

Detailed Description

Macro Definition Documentation

◆ UART_LINBREAKDETECTLENGTH_10B

#define UART_LINBREAKDETECTLENGTH_10B   0x00000000U

#include <stm32f4xx_hal_uart.h>

Definition at line 339 of file stm32f4xx_hal_uart.h.

◆ UART_LINBREAKDETECTLENGTH_11B

#define UART_LINBREAKDETECTLENGTH_11B   ((uint32_t)USART_CR2_LBDL)

#include <stm32f4xx_hal_uart.h>

Definition at line 340 of file stm32f4xx_hal_uart.h.