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

+ Collaboration diagram for IT Defines:

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...
 

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 gr55xx_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 gr55xx_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 gr55xx_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 gr55xx_ll_uart.h.