STM32F37 Standard Peripheral bibliotheek  1.0
ST Microelectronics bibliotheek documentatie voor de STM32F37 Standard Peripheral Library
 All Data Structures Files Functions Variables Enumerations Enumerator Groups
USART_DE_Polarity

Macros

#define USART_DEPolarity_High   ((uint32_t)0x00000000)
 
#define USART_DEPolarity_Low   USART_CR3_DEP
 
#define IS_USART_DE_POLARITY(POLARITY)
 

Detailed Description

Macro Definition Documentation

#define IS_USART_DE_POLARITY (   POLARITY)
Value:
(((POLARITY) == USART_DEPolarity_Low) || \
((POLARITY) == USART_DEPolarity_High))