uc-sdk
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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 128 of file stm32f10x_usart.h.

#define USART_WordLength_8b   ((uint16_t)0x0000)

Definition at line 125 of file stm32f10x_usart.h.

#define USART_WordLength_9b   ((uint16_t)0x1000)

Definition at line 126 of file stm32f10x_usart.h.