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 Stop Bits

Defines the number of stop bits. More...

Macros

#define ARM_USART_STOP_BITS_1   (0UL << ARM_USART_STOP_BITS_Pos)
 1 Stop bit (default) More...
 
#define ARM_USART_STOP_BITS_2   (1UL << ARM_USART_STOP_BITS_Pos)
 2 Stop bits More...
 
#define ARM_USART_STOP_BITS_1_5   (2UL << ARM_USART_STOP_BITS_Pos)
 1.5 Stop bits More...
 
#define ARM_USART_STOP_BITS_0_5   (3UL << ARM_USART_STOP_BITS_Pos)
 0.5 Stop bits More...
 

Description

Defines the number of stop bits.

See Also
ARM_USART_Control

Macro Definition Documentation

#define ARM_USART_STOP_BITS_1   (0UL << ARM_USART_STOP_BITS_Pos)

1 Stop bit (default)

See Also
ARM_USART_Control
#define ARM_USART_STOP_BITS_2   (1UL << ARM_USART_STOP_BITS_Pos)

2 Stop bits

See Also
ARM_USART_Control
#define ARM_USART_STOP_BITS_1_5   (2UL << ARM_USART_STOP_BITS_Pos)

1.5 Stop bits

See Also
ARM_USART_Control
#define ARM_USART_STOP_BITS_0_5   (3UL << ARM_USART_STOP_BITS_Pos)

0.5 Stop bits

See Also
ARM_USART_Control