libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
USART Stop Bit Selection
Collaboration diagram for USART Stop Bit Selection:

Macros

#define USART_STOPBITS_1   USART_CR2_STOPBITS_1 /* 1 stop bit */
 
#define USART_STOPBITS_0_5   USART_CR2_STOPBITS_0_5 /* .5 stop bit */
 
#define USART_STOPBITS_2   USART_CR2_STOPBITS_2 /* 2 stop bits */
 
#define USART_STOPBITS_1_5   USART_CR2_STOPBITS_1_5 /* 1.5 stop bit*/
 

Detailed Description

Macro Definition Documentation

◆ USART_STOPBITS_0_5

#define USART_STOPBITS_0_5   USART_CR2_STOPBITS_0_5 /* .5 stop bit */

Definition at line 70 of file usart_common_all.h.

◆ USART_STOPBITS_1

#define USART_STOPBITS_1   USART_CR2_STOPBITS_1 /* 1 stop bit */

Definition at line 69 of file usart_common_all.h.

◆ USART_STOPBITS_1_5

#define USART_STOPBITS_1_5   USART_CR2_STOPBITS_1_5 /* 1.5 stop bit*/

Definition at line 72 of file usart_common_all.h.

◆ USART_STOPBITS_2

#define USART_STOPBITS_2   USART_CR2_STOPBITS_2 /* 2 stop bits */

Definition at line 71 of file usart_common_all.h.