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

Macros

#define USART_StopBits_1   ((uint32_t)0x00000000)
 
#define USART_StopBits_2   USART_CR2_STOP_1
 
#define USART_StopBits_1_5   (USART_CR2_STOP_0 | USART_CR2_STOP_1)
 
#define IS_USART_STOPBITS(STOPBITS)
 

Detailed Description

Macro Definition Documentation

#define IS_USART_STOPBITS (   STOPBITS)
Value:
(((STOPBITS) == USART_StopBits_1) || \
((STOPBITS) == USART_StopBits_2) || \
((STOPBITS) == USART_StopBits_1_5))