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_Clock_Phase

Macros

#define USART_CPHA_1Edge   ((uint32_t)0x00000000)
 
#define USART_CPHA_2Edge   USART_CR2_CPHA
 
#define IS_USART_CPHA(CPHA)   (((CPHA) == USART_CPHA_1Edge) || ((CPHA) == USART_CPHA_2Edge))
 

Detailed Description