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_Parity_No   ((uint32_t)0x00000000)
 
#define USART_Parity_Even   USART_CR1_PCE
 
#define USART_Parity_Odd   (USART_CR1_PCE | USART_CR1_PS)
 
#define IS_USART_PARITY(PARITY)
 

Detailed Description

Macro Definition Documentation

#define IS_USART_PARITY (   PARITY)
Value:
(((PARITY) == USART_Parity_No) || \
((PARITY) == USART_Parity_Even) || \
((PARITY) == USART_Parity_Odd))