STM32H735xx 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_TXFNF   0x0727U
#define UART_IT_TC   0x0626U
#define UART_IT_RXNE   0x0525U
#define UART_IT_RXFNE   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_RXFF   0x183FU
#define UART_IT_TXFE   0x173EU
#define UART_IT_RXFT   0x1A7CU
#define UART_IT_TXFT   0x1B77U
#define UART_IT_RTO   0x0B3AU
#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 775 of file stm32h7xx_hal_uart.h.

#define UART_IT_CTS   0x096AU

UART CTS interruption

Definition at line 774 of file stm32h7xx_hal_uart.h.

#define UART_IT_ERR   0x0060U

UART error interruption

Definition at line 783 of file stm32h7xx_hal_uart.h.

#define UART_IT_FE   0x0100U

UART frame error interruption

Definition at line 787 of file stm32h7xx_hal_uart.h.

#define UART_IT_IDLE   0x0424U

UART idle interruption

Definition at line 772 of file stm32h7xx_hal_uart.h.

#define UART_IT_LBD   0x0846U

UART LIN break detection interruption

Definition at line 773 of file stm32h7xx_hal_uart.h.

#define UART_IT_NE   0x0200U

UART noise error interruption

Definition at line 786 of file stm32h7xx_hal_uart.h.

#define UART_IT_ORE   0x0300U

UART overrun error interruption

Definition at line 785 of file stm32h7xx_hal_uart.h.

#define UART_IT_PE   0x0028U

UART parity error interruption

Definition at line 766 of file stm32h7xx_hal_uart.h.

#define UART_IT_RTO   0x0B3AU

UART receiver timeout interruption

Definition at line 781 of file stm32h7xx_hal_uart.h.

#define UART_IT_RXFF   0x183FU

UART RXFIFO full interruption

Definition at line 777 of file stm32h7xx_hal_uart.h.

#define UART_IT_RXFNE   0x0525U

UART RXFIFO not empty interruption

Definition at line 771 of file stm32h7xx_hal_uart.h.

#define UART_IT_RXFT   0x1A7CU

UART RXFIFO threshold reached interruption

Definition at line 779 of file stm32h7xx_hal_uart.h.

#define UART_IT_RXNE   0x0525U

UART read data register not empty interruption

Definition at line 770 of file stm32h7xx_hal_uart.h.

#define UART_IT_TC   0x0626U

UART transmission complete interruption

Definition at line 769 of file stm32h7xx_hal_uart.h.

#define UART_IT_TXE   0x0727U

UART transmit data register empty interruption

Definition at line 767 of file stm32h7xx_hal_uart.h.

#define UART_IT_TXFE   0x173EU

UART TXFIFO empty interruption

Definition at line 778 of file stm32h7xx_hal_uart.h.

#define UART_IT_TXFNF   0x0727U

UART TX FIFO not full interruption

Definition at line 768 of file stm32h7xx_hal_uart.h.

#define UART_IT_TXFT   0x1B77U

UART TXFIFO threshold reached interruption

Definition at line 780 of file stm32h7xx_hal_uart.h.

#define UART_IT_WUF   0x1476U

UART wake-up from stop mode interruption

Definition at line 776 of file stm32h7xx_hal_uart.h.