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
 

Detailed Description

Interrupt definitions which can be used with LL_UART_ReadReg and LL_UART_WriteReg functions.

Macro Definition Documentation

◆ LL_UART_IER_MS

#define LL_UART_IER_MS   UART_IER_EDSSI

Enable Modem Status Interrupt

Definition at line 146 of file ll_uart.h.

◆ LL_UART_IER_RDA

#define LL_UART_IER_RDA   UART_IER_ERBFI

Enable Received Data Available Interrupt and Character Timeout Interrupt

Definition at line 149 of file ll_uart.h.

◆ LL_UART_IER_RLS

#define LL_UART_IER_RLS   UART_IER_ERLS

Enable Receiver Line Status Interrupt

Definition at line 147 of file ll_uart.h.

◆ LL_UART_IER_THRE

#define LL_UART_IER_THRE   (UART_IER_ETBEI | UART_IER_PTIME)

Enable Transmit Holding Register Empty Interrupt

Definition at line 148 of file ll_uart.h.