STM32F439xx HAL User Manual
Defines
IRDA Flags
IRDA Exported constants

Elements values convention: 0xXXXX. More...

Defines

#define IRDA_FLAG_TXE   0x00000080U
#define IRDA_FLAG_TC   0x00000040U
#define IRDA_FLAG_RXNE   0x00000020U
#define IRDA_FLAG_IDLE   0x00000010U
#define IRDA_FLAG_ORE   0x00000008U
#define IRDA_FLAG_NE   0x00000004U
#define IRDA_FLAG_FE   0x00000002U
#define IRDA_FLAG_PE   0x00000001U

Detailed Description

Elements values convention: 0xXXXX.


Define Documentation

#define IRDA_FLAG_FE   0x00000002U

Definition at line 256 of file stm32f4xx_hal_irda.h.

#define IRDA_FLAG_IDLE   0x00000010U

Definition at line 253 of file stm32f4xx_hal_irda.h.

#define IRDA_FLAG_NE   0x00000004U

Definition at line 255 of file stm32f4xx_hal_irda.h.

#define IRDA_FLAG_ORE   0x00000008U

Definition at line 254 of file stm32f4xx_hal_irda.h.

#define IRDA_FLAG_PE   0x00000001U

Definition at line 257 of file stm32f4xx_hal_irda.h.

#define IRDA_FLAG_RXNE   0x00000020U

Definition at line 252 of file stm32f4xx_hal_irda.h.

Referenced by HAL_IRDA_Receive().

#define IRDA_FLAG_TC   0x00000040U

Definition at line 251 of file stm32f4xx_hal_irda.h.

Referenced by HAL_IRDA_Transmit(), and HAL_IRDA_Transmit_DMA().

#define IRDA_FLAG_TXE   0x00000080U

Definition at line 250 of file stm32f4xx_hal_irda.h.

Referenced by HAL_IRDA_Transmit().