STM32L486xx 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 465 of file stm32l4xx_hal_irda.h.

#define IRDA_IT_FE   0x0100U

IRDA Frame error interruption

Definition at line 471 of file stm32l4xx_hal_irda.h.

#define IRDA_IT_IDLE   0x0424U

IRDA Idle interruption

Definition at line 457 of file stm32l4xx_hal_irda.h.

#define IRDA_IT_NE   0x0200U

IRDA Noise error interruption

Definition at line 470 of file stm32l4xx_hal_irda.h.

#define IRDA_IT_ORE   0x0300U

IRDA Overrun error interruption

Definition at line 469 of file stm32l4xx_hal_irda.h.

#define IRDA_IT_PE   0x0028U

IRDA Parity error interruption

Definition at line 453 of file stm32l4xx_hal_irda.h.

#define IRDA_IT_RXNE   0x0525U

IRDA Read data register not empty interruption

Definition at line 456 of file stm32l4xx_hal_irda.h.

#define IRDA_IT_TC   0x0626U

IRDA Transmission complete interruption

Definition at line 455 of file stm32l4xx_hal_irda.h.

#define IRDA_IT_TXE   0x0727U

IRDA Transmit data register empty interruption

Definition at line 454 of file stm32l4xx_hal_irda.h.