STM32F0 Standard Peripheral bibliotheek  1.0
ST Microelectronics standard peripheral bibliotheek documentatie voor de STM32F0 familie
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
USART_Word_Length

Macros

#define USART_WordLength_8b   ((uint32_t)0x00000000)
 
#define USART_WordLength_9b   USART_CR1_M
 
#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))