UART Interrupt_definition
+ Collaboration diagram for UART Interrupt_definition:

Macros

#define UART_IT_MS   LL_UART_IER_MS
 Enable Modem Status Interrupt. More...
 
#define UART_IT_RLS   LL_UART_IER_RLS
 Enable Receiver Line Status Interrupt. More...
 
#define UART_IT_THRE   LL_UART_IER_THRE
 Enable Transmit Holding Register Empty Interrupt. More...
 
#define UART_IT_RDA   LL_UART_IER_RDA
 Enable Received Data Available Interrupt and Character Timeout Interrupt. More...
 

Detailed Description

Macro Definition Documentation

◆ UART_IT_MS

#define UART_IT_MS   LL_UART_IER_MS

Enable Modem Status Interrupt.

Definition at line 288 of file gr55xx_hal_uart.h.

◆ UART_IT_RDA

#define UART_IT_RDA   LL_UART_IER_RDA

Enable Received Data Available Interrupt and Character Timeout Interrupt.

Definition at line 291 of file gr55xx_hal_uart.h.

◆ UART_IT_RLS

#define UART_IT_RLS   LL_UART_IER_RLS

Enable Receiver Line Status Interrupt.

Definition at line 289 of file gr55xx_hal_uart.h.

◆ UART_IT_THRE

#define UART_IT_THRE   LL_UART_IER_THRE

Enable Transmit Holding Register Empty Interrupt.

Definition at line 290 of file gr55xx_hal_uart.h.