libopencm3
A free/libre/open-source firmware library for various ARM Cortex-M3 microcontrollers.
|
Macros | |
#define | USART_IIR_INTSTATUS BIT0 |
This bit is active low to indicate an interrupt is pending. More... | |
#define | USART_IIR_TXEMPTY (0x02) |
TX Holding Register Empty. More... | |
#define | USART_IIR_RXAVAIL (0x04) |
Receive Data Available. More... | |
#define | USART_IIR_RXLINESTAT (0x06) |
Receive Line Status. More... | |
#define | USART_IIR_RXTIMEOUT (0x0C) |
Receive FIFO Character Time-out. More... | |
#define USART_IIR_INTSTATUS BIT0 |
#define USART_IIR_RXTIMEOUT (0x0C) |