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

defines number of parity bits More...

Macros

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

Description

defines number of parity bits

Macro Definition Documentation

#define ARM_USART_PARITY_EVEN   (1UL << ARM_USART_PARITY_Pos)

Even Parity.

See Also
ARM_USART_Control
#define ARM_USART_PARITY_NONE   (0UL << ARM_USART_PARITY_Pos)

No Parity (default)

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

Odd Parity.

See Also
ARM_USART_Control