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 | |
Defines the number of stop bits.
#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