libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
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*/ |
#define USART_STOPBITS_0_5 USART_CR2_STOPBITS_0_5 /* .5 stop bit */ |
Definition at line 70 of file usart_common_all.h.
#define USART_STOPBITS_1 USART_CR2_STOPBITS_1 /* 1 stop bit */ |
Definition at line 69 of file usart_common_all.h.
#define USART_STOPBITS_1_5 USART_CR2_STOPBITS_1_5 /* 1.5 stop bit*/ |
Definition at line 72 of file usart_common_all.h.
#define USART_STOPBITS_2 USART_CR2_STOPBITS_2 /* 2 stop bits */ |
Definition at line 71 of file usart_common_all.h.