|
#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...
|
|