STM32F37 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F37 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
USART_LIN_Break_Detection_Length

Macros

#define USART_LINBreakDetectLength_10b   ((uint32_t)0x00000000)
 
#define USART_LINBreakDetectLength_11b   USART_CR2_LBDL
 
#define IS_USART_LIN_BREAK_DETECT_LENGTH(LENGTH)
 

Detailed Description

Macro Definition Documentation

#define IS_USART_LIN_BREAK_DETECT_LENGTH (   LENGTH)
Value:
(((LENGTH) == USART_LINBreakDetectLength_10b) || \
((LENGTH) == USART_LINBreakDetectLength_11b))