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

Defines the number of stop bits. More...

Macros

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

Description

Defines the number of stop bits.

See also
ARM_USART_Control

Macro Definition Documentation

◆ ARM_USART_STOP_BITS_1

#define ARM_USART_STOP_BITS_1   (0UL << ARM_USART_STOP_BITS_Pos)

1 Stop bit (default)

See also
ARM_USART_Control

◆ ARM_USART_STOP_BITS_2

#define ARM_USART_STOP_BITS_2   (1UL << ARM_USART_STOP_BITS_Pos)

2 Stop bits

See also
ARM_USART_Control

◆ ARM_USART_STOP_BITS_1_5

#define ARM_USART_STOP_BITS_1_5   (2UL << ARM_USART_STOP_BITS_Pos)

1.5 Stop bits

See also
ARM_USART_Control

◆ ARM_USART_STOP_BITS_0_5

#define ARM_USART_STOP_BITS_0_5   (3UL << ARM_USART_STOP_BITS_Pos)

0.5 Stop bits

See also
ARM_USART_Control