libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.

ABRMOD[1:0]: Auto baud rate mode. More...

Collaboration diagram for Auto baud rate mode:

Macros

#define USART_CR2_ABRMOD_STARTBIT   (0x0 << USART_CR2_ABRMOD_SHIFT)
 
#define USART_CR2_ABRMOD_FALL_EDGE   (0x1 << USART_CR2_ABRMOD_SHIFT)
 
#define USART_CR2_ABRMOD_FRAME_0x7F   (0x2 << USART_CR2_ABRMOD_SHIFT)
 
#define USART_CR2_ABRMOD_FRAME_0x55   (0x3 << USART_CR2_ABRMOD_SHIFT)
 

Detailed Description

ABRMOD[1:0]: Auto baud rate mode.

Macro Definition Documentation

◆ USART_CR2_ABRMOD_FALL_EDGE

#define USART_CR2_ABRMOD_FALL_EDGE   (0x1 << USART_CR2_ABRMOD_SHIFT)

Definition at line 313 of file usart_common_v2.h.

◆ USART_CR2_ABRMOD_FRAME_0x55

#define USART_CR2_ABRMOD_FRAME_0x55   (0x3 << USART_CR2_ABRMOD_SHIFT)

Definition at line 315 of file usart_common_v2.h.

◆ USART_CR2_ABRMOD_FRAME_0x7F

#define USART_CR2_ABRMOD_FRAME_0x7F   (0x2 << USART_CR2_ABRMOD_SHIFT)

Definition at line 314 of file usart_common_v2.h.

◆ USART_CR2_ABRMOD_STARTBIT

#define USART_CR2_ABRMOD_STARTBIT   (0x0 << USART_CR2_ABRMOD_SHIFT)

Definition at line 312 of file usart_common_v2.h.