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

Macros | |
| #define | USART_IER_RLSIE BIT2 |
| Enable RX line status interrupt. More... | |
| #define | USART_IER_THRIE BIT1 |
| Enable the TX Holding Empty interrupt. More... | |
| #define | USART_IER_RBRIE BIT0 |
| Enable the RX Buffer Register Interrupt. More... | |
| #define USART_IER_RBRIE BIT0 |
| #define USART_IER_RLSIE BIT2 |