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_Clock_Polarity

Macros

#define USART_CPOL_Low   ((uint32_t)0x00000000)
 
#define USART_CPOL_High   USART_CR2_CPOL
 
#define IS_USART_CPOL(CPOL)   (((CPOL) == USART_CPOL_Low) || ((CPOL) == USART_CPOL_High))
 

Detailed Description