libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
USART_RTOR Values
Collaboration diagram for USART_RTOR Values:

Macros

#define USART_RTOR_BLEN_SHIFT   24
 BLEN[7:0]: Block Length. More...
 
#define USART_RTOR_BLEN_MASK   (0xFF << USART_RTOR_BLEN_SHIFT)
 
#define USART_RTOR_BLEN_VAL(x)   ((x) << USART_RTOR_BLEN_SHIFT)
 
#define USART_RTOR_RTO_SHIFT   0
 RTO[23:0]: Receiver timeout value. More...
 
#define USART_RTOR_RTO_MASK   (0xFFFFF << USART_RTOR_RTO_SHIFT)
 
#define USART_RTOR_RTO_VAL(x)   ((x) << USART_RTOR_RTO_SHIFT)
 

Detailed Description

Macro Definition Documentation

◆ USART_RTOR_BLEN_MASK

#define USART_RTOR_BLEN_MASK   (0xFF << USART_RTOR_BLEN_SHIFT)

Definition at line 453 of file usart_common_v2.h.

◆ USART_RTOR_BLEN_SHIFT

#define USART_RTOR_BLEN_SHIFT   24

BLEN[7:0]: Block Length.

Definition at line 452 of file usart_common_v2.h.

◆ USART_RTOR_BLEN_VAL

#define USART_RTOR_BLEN_VAL (   x)    ((x) << USART_RTOR_BLEN_SHIFT)

Definition at line 454 of file usart_common_v2.h.

◆ USART_RTOR_RTO_MASK

#define USART_RTOR_RTO_MASK   (0xFFFFF << USART_RTOR_RTO_SHIFT)

Definition at line 458 of file usart_common_v2.h.

◆ USART_RTOR_RTO_SHIFT

#define USART_RTOR_RTO_SHIFT   0

RTO[23:0]: Receiver timeout value.

Definition at line 457 of file usart_common_v2.h.

◆ USART_RTOR_RTO_VAL

#define USART_RTOR_RTO_VAL (   x)    ((x) << USART_RTOR_RTO_SHIFT)

Definition at line 459 of file usart_common_v2.h.