STM32H735xx HAL User Manual
Defines
IRDA Interrupts Definition
IRDA Exported Constants

Elements values convention: 0000ZZZZ0XXYYYYYb. More...

Defines

#define IRDA_IT_PE   0x0028U
#define IRDA_IT_TXE   0x0727U
#define IRDA_IT_TC   0x0626U
#define IRDA_IT_RXNE   0x0525U
#define IRDA_IT_IDLE   0x0424U
#define IRDA_IT_ERR   0x0060U
#define IRDA_IT_ORE   0x0300U
#define IRDA_IT_NE   0x0200U
#define IRDA_IT_FE   0x0100U

Detailed Description

Elements values convention: 0000ZZZZ0XXYYYYYb.


Define Documentation

#define IRDA_IT_ERR   0x0060U

IRDA Error interruption

Definition at line 426 of file stm32h7xx_hal_irda.h.

#define IRDA_IT_FE   0x0100U

IRDA Frame error interruption

Definition at line 432 of file stm32h7xx_hal_irda.h.

#define IRDA_IT_IDLE   0x0424U

IRDA Idle interruption

Definition at line 418 of file stm32h7xx_hal_irda.h.

#define IRDA_IT_NE   0x0200U

IRDA Noise error interruption

Definition at line 431 of file stm32h7xx_hal_irda.h.

#define IRDA_IT_ORE   0x0300U

IRDA Overrun error interruption

Definition at line 430 of file stm32h7xx_hal_irda.h.

#define IRDA_IT_PE   0x0028U

IRDA Parity error interruption

Definition at line 414 of file stm32h7xx_hal_irda.h.

#define IRDA_IT_RXNE   0x0525U

IRDA Read data register not empty interruption

Definition at line 417 of file stm32h7xx_hal_irda.h.

#define IRDA_IT_TC   0x0626U

IRDA Transmission complete interruption

Definition at line 416 of file stm32h7xx_hal_irda.h.

#define IRDA_IT_TXE   0x0727U

IRDA Transmit data register empty interruption

Definition at line 415 of file stm32h7xx_hal_irda.h.