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 Parity Bit

Defines the parity bit. More...

Macros

#define ARM_USART_PARITY_NONE   (0UL << ARM_USART_PARITY_Pos)
 No Parity (default) More...
 
#define ARM_USART_PARITY_EVEN   (1UL << ARM_USART_PARITY_Pos)
 Even Parity. More...
 
#define ARM_USART_PARITY_ODD   (2UL << ARM_USART_PARITY_Pos)
 Odd Parity. More...
 

Description

Defines the parity bit.

Macro Definition Documentation

#define ARM_USART_PARITY_NONE   (0UL << ARM_USART_PARITY_Pos)

No Parity (default)

See Also
ARM_USART_Control
#define ARM_USART_PARITY_EVEN   (1UL << ARM_USART_PARITY_Pos)

Even Parity.

See Also
ARM_USART_Control
#define ARM_USART_PARITY_ODD   (2UL << ARM_USART_PARITY_Pos)

Odd Parity.

See Also
ARM_USART_Control