CMSIS-Driver  Version 2.8.0
Peripheral Interface for Middleware and Application Code
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
USART Clock Polarity

Defines the clock polarity for the synchronous mode. More...

Macros

#define ARM_USART_CPOL0   (0UL << ARM_USART_CPOL_Pos)
 CPOL = 0 (default) More...
 
#define ARM_USART_CPOL1   (1UL << ARM_USART_CPOL_Pos)
 CPOL = 1. More...
 

Description

Defines the clock polarity for the synchronous mode.

Macro Definition Documentation

#define ARM_USART_CPOL0   (0UL << ARM_USART_CPOL_Pos)
#define ARM_USART_CPOL1   (1UL << ARM_USART_CPOL_Pos)