STM32F439xx HAL User Manual
Defines
IRDA Error Code
IRDA Exported constants

IRDA Error Code. More...

Defines

#define HAL_IRDA_ERROR_NONE   0x00000000U
#define HAL_IRDA_ERROR_PE   0x00000001U
#define HAL_IRDA_ERROR_NE   0x00000002U
#define HAL_IRDA_ERROR_FE   0x00000004U
#define HAL_IRDA_ERROR_ORE   0x00000008U
#define HAL_IRDA_ERROR_DMA   0x00000010U

Detailed Description

IRDA Error Code.


Define Documentation

#define HAL_IRDA_ERROR_DMA   0x00000010U

DMA transfer error

Definition at line 202 of file stm32f4xx_hal_irda.h.

Referenced by IRDA_DMAError().

#define HAL_IRDA_ERROR_FE   0x00000004U

Frame error

Definition at line 200 of file stm32f4xx_hal_irda.h.

Referenced by HAL_IRDA_IRQHandler().

#define HAL_IRDA_ERROR_NE   0x00000002U

Noise error

Definition at line 199 of file stm32f4xx_hal_irda.h.

Referenced by HAL_IRDA_IRQHandler().

#define HAL_IRDA_ERROR_NONE   0x00000000U
#define HAL_IRDA_ERROR_ORE   0x00000008U

Overrun error

Definition at line 201 of file stm32f4xx_hal_irda.h.

Referenced by HAL_IRDA_IRQHandler().

#define HAL_IRDA_ERROR_PE   0x00000001U

Parity error

Definition at line 198 of file stm32f4xx_hal_irda.h.

Referenced by HAL_IRDA_IRQHandler().