STM32L486xx HAL User Manual
Defines
UART Interrupts Definition
UART Exported Constants

Elements values convention: 000ZZZZZ0XXYYYYYb. More...

Defines

#define UART_IT_PE   0x0028U
#define UART_IT_TXE   0x0727U
#define UART_IT_TC   0x0626U
#define UART_IT_RXNE   0x0525U
#define UART_IT_IDLE   0x0424U
#define UART_IT_LBD   0x0846U
#define UART_IT_CTS   0x096AU
#define UART_IT_CM   0x112EU
#define UART_IT_WUF   0x1476U
#define UART_IT_ERR   0x0060U
#define UART_IT_ORE   0x0300U
#define UART_IT_NE   0x0200U
#define UART_IT_FE   0x0100U

Detailed Description

Elements values convention: 000ZZZZZ0XXYYYYYb.


Define Documentation

#define UART_IT_CM   0x112EU

UART character match interruption

Definition at line 768 of file stm32l4xx_hal_uart.h.

#define UART_IT_CTS   0x096AU

UART CTS interruption

Definition at line 767 of file stm32l4xx_hal_uart.h.

#define UART_IT_ERR   0x0060U

UART error interruption

Definition at line 783 of file stm32l4xx_hal_uart.h.

#define UART_IT_FE   0x0100U

UART frame error interruption

Definition at line 789 of file stm32l4xx_hal_uart.h.

#define UART_IT_IDLE   0x0424U

UART idle interruption

Definition at line 765 of file stm32l4xx_hal_uart.h.

#define UART_IT_LBD   0x0846U

UART LIN break detection interruption

Definition at line 766 of file stm32l4xx_hal_uart.h.

#define UART_IT_NE   0x0200U

UART noise error interruption

Definition at line 788 of file stm32l4xx_hal_uart.h.

#define UART_IT_ORE   0x0300U

UART overrun error interruption

Definition at line 787 of file stm32l4xx_hal_uart.h.

#define UART_IT_PE   0x0028U

UART parity error interruption

Definition at line 755 of file stm32l4xx_hal_uart.h.

#define UART_IT_RXNE   0x0525U

UART read data register not empty interruption

Definition at line 761 of file stm32l4xx_hal_uart.h.

#define UART_IT_TC   0x0626U

UART transmission complete interruption

Definition at line 760 of file stm32l4xx_hal_uart.h.

#define UART_IT_TXE   0x0727U

UART transmit data register empty interruption

Definition at line 756 of file stm32l4xx_hal_uart.h.

#define UART_IT_WUF   0x1476U

UART wake-up from stop mode interruption

Definition at line 769 of file stm32l4xx_hal_uart.h.