CMSIS-Driver  
Peripheral Interface for Middleware and Application Code
 
Loading...
Searching...
No Matches

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

Macros

#define ARM_USART_CPHA0   (0UL << ARM_USART_CPHA_Pos)
 CPHA = 0 (default)
 
#define ARM_USART_CPHA1   (1UL << ARM_USART_CPHA_Pos)
 CPHA = 1.
 

Description

Defines the clock phase for the synchronous mode.

Macro Definition Documentation

◆ ARM_USART_CPHA0

#define ARM_USART_CPHA0   (0UL << ARM_USART_CPHA_Pos)

◆ ARM_USART_CPHA1

#define ARM_USART_CPHA1   (1UL << ARM_USART_CPHA_Pos)