Macros
Collaboration diagram for USART_LIN_Break_Detection_Length:

Macros

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

Detailed Description

Macro Definition Documentation

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

Definition at line 298 of file stm32f10x_usart.h.

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

Definition at line 312 of file stm32f30x_usart.h.

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

Definition at line 312 of file stm32f4xx_usart.h.

#define USART_LINBreakDetectLength_10b   ((uint16_t)0x0000)

Definition at line 296 of file stm32f10x_usart.h.

#define USART_LINBreakDetectLength_10b   ((uint32_t)0x00000000)

Definition at line 310 of file stm32f30x_usart.h.

#define USART_LINBreakDetectLength_10b   ((uint16_t)0x0000)

Definition at line 310 of file stm32f4xx_usart.h.

#define USART_LINBreakDetectLength_11b   ((uint16_t)0x0020)

Definition at line 297 of file stm32f10x_usart.h.

#define USART_LINBreakDetectLength_11b   USART_CR2_LBDL

Definition at line 311 of file stm32f30x_usart.h.

#define USART_LINBreakDetectLength_11b   ((uint16_t)0x0020)

Definition at line 311 of file stm32f4xx_usart.h.



rosflight_firmware
Author(s): Daniel Koch , James Jackson
autogenerated on Thu Apr 15 2021 05:07:55