|  | CMSIS-Driver
    Version 2.6.0
    Peripheral Interface for Middleware and Application Code | 
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... | |
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