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 |
Enable Modem Status Interrupt. More... | |
#define | LL_UART_IER_RLS UART_IER_ERLS |
Enable Receiver Line Status Interrupt. More... | |
#define | LL_UART_IER_THRE (UART_IER_ETBEI | UART_IER_PTIME) |
Enable Transmit Holding Register Empty Interrupt. More... | |
#define | LL_UART_IER_RDA UART_IER_ERBFI |
Enable Received Data Available Interrupt and Character Timeout Interrupt. More... | |
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.
Definition at line 146 of file gr55xx_ll_uart.h.
#define LL_UART_IER_RDA UART_IER_ERBFI |
Enable Received Data Available Interrupt and Character Timeout Interrupt.
Definition at line 149 of file gr55xx_ll_uart.h.
#define LL_UART_IER_RLS UART_IER_ERLS |
Enable Receiver Line Status Interrupt.
Definition at line 147 of file gr55xx_ll_uart.h.
#define LL_UART_IER_THRE (UART_IER_ETBEI | UART_IER_PTIME) |
Enable Transmit Holding Register Empty Interrupt.
Definition at line 148 of file gr55xx_ll_uart.h.