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

Macros

#define USART_ICR_WUCF   (1 << 20)
 WUCF: Wakeup from Stop mode clear flag. More...
 
#define USART_ICR_CMCF   (1 << 17)
 CMCF: Character match clear flag. More...
 
#define USART_ICR_EOBCF   (1 << 12)
 EOBCF: End of timeout clear flag. More...
 
#define USART_ICR_RTOCF   (1 << 11)
 RTOCF: Receiver timeout clear flag. More...
 
#define USART_ICR_CTSCF   (1 << 9)
 CTSCF: CTS clear flag. More...
 
#define USART_ICR_LBDCF   (1 << 8)
 LBDCF: LIN break detection clear flag. More...
 
#define USART_ICR_TCCF   (1 << 6)
 TCCF: Transmission complete clear flag. More...
 
#define USART_ICR_IDLECF   (1 << 4)
 IDLECF: Idle line detected clear flag. More...
 
#define USART_ICR_ORECF   (1 << 3)
 ORECF: Overrun error clear flag. More...
 
#define USART_ICR_NCF   (1 << 2)
 NCF: Noise detected clear flag. More...
 
#define USART_ICR_FECF   (1 << 1)
 FECF: Framing error clear flag. More...
 
#define USART_ICR_PECF   (1 << 0)
 PECF: Parity error clear flag. More...
 

Detailed Description

Macro Definition Documentation

◆ USART_ICR_CMCF

#define USART_ICR_CMCF   (1 << 17)

CMCF: Character match clear flag.

Definition at line 569 of file usart_common_v2.h.

◆ USART_ICR_CTSCF

#define USART_ICR_CTSCF   (1 << 9)

CTSCF: CTS clear flag.

Definition at line 578 of file usart_common_v2.h.

◆ USART_ICR_EOBCF

#define USART_ICR_EOBCF   (1 << 12)

EOBCF: End of timeout clear flag.

Definition at line 572 of file usart_common_v2.h.

◆ USART_ICR_FECF

#define USART_ICR_FECF   (1 << 1)

FECF: Framing error clear flag.

Definition at line 596 of file usart_common_v2.h.

◆ USART_ICR_IDLECF

#define USART_ICR_IDLECF   (1 << 4)

IDLECF: Idle line detected clear flag.

Definition at line 587 of file usart_common_v2.h.

◆ USART_ICR_LBDCF

#define USART_ICR_LBDCF   (1 << 8)

LBDCF: LIN break detection clear flag.

Definition at line 581 of file usart_common_v2.h.

◆ USART_ICR_NCF

#define USART_ICR_NCF   (1 << 2)

NCF: Noise detected clear flag.

Definition at line 593 of file usart_common_v2.h.

◆ USART_ICR_ORECF

#define USART_ICR_ORECF   (1 << 3)

ORECF: Overrun error clear flag.

Definition at line 590 of file usart_common_v2.h.

◆ USART_ICR_PECF

#define USART_ICR_PECF   (1 << 0)

PECF: Parity error clear flag.

Definition at line 599 of file usart_common_v2.h.

◆ USART_ICR_RTOCF

#define USART_ICR_RTOCF   (1 << 11)

RTOCF: Receiver timeout clear flag.

Definition at line 575 of file usart_common_v2.h.

◆ USART_ICR_TCCF

#define USART_ICR_TCCF   (1 << 6)

TCCF: Transmission complete clear flag.

Definition at line 584 of file usart_common_v2.h.

◆ USART_ICR_WUCF

#define USART_ICR_WUCF   (1 << 20)

WUCF: Wakeup from Stop mode clear flag.

Definition at line 566 of file usart_common_v2.h.