CARME-M4 BSP  V1.5
+ Collaboration diagram for USART_Word_Length:

Macros

#define USART_WordLength_8b   ((uint16_t)0x0000)
 
#define USART_WordLength_9b   ((uint16_t)0x1000)
 
#define IS_USART_WORD_LENGTH(LENGTH)
 

Detailed Description

Macro Definition Documentation

#define IS_USART_WORD_LENGTH (   LENGTH)
Value:
(((LENGTH) == USART_WordLength_8b) || \
((LENGTH) == USART_WordLength_9b))

Definition at line 131 of file stm32f4xx_usart.h.