Interrupt definitions which can be used with LL_UART_ReadReg and LL_UART_WriteReg functions. More...
Macros | |
| #define | LL_UART_IER_MS UART_IER_EDSSI |
| #define | LL_UART_IER_RLS UART_IER_ERLS |
| #define | LL_UART_IER_THRE (UART_IER_ETBEI | UART_IER_PTIME) |
| #define | LL_UART_IER_RDA UART_IER_ERBFI |
Interrupt definitions which can be used with LL_UART_ReadReg and LL_UART_WriteReg functions.
| #define LL_UART_IER_MS UART_IER_EDSSI |
Enable Modem Status Interrupt
| #define LL_UART_IER_RDA UART_IER_ERBFI |
Enable Received Data Available Interrupt and Character Timeout Interrupt
| #define LL_UART_IER_RLS UART_IER_ERLS |
Enable Receiver Line Status Interrupt
| #define LL_UART_IER_THRE (UART_IER_ETBEI | UART_IER_PTIME) |
Enable Transmit Holding Register Empty Interrupt