STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
Loading...
Searching...
No Matches
Collaboration diagram for IRDA Error Code:

Macros

#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

Macro Definition Documentation

◆ HAL_IRDA_ERROR_DMA

#define HAL_IRDA_ERROR_DMA   0x00000010U

DMA transfer error

Definition at line 242 of file stm32f4xx_hal_irda.h.

◆ HAL_IRDA_ERROR_FE

#define HAL_IRDA_ERROR_FE   0x00000004U

Frame error

Definition at line 240 of file stm32f4xx_hal_irda.h.

◆ HAL_IRDA_ERROR_NE

#define HAL_IRDA_ERROR_NE   0x00000002U

Noise error

Definition at line 239 of file stm32f4xx_hal_irda.h.

◆ HAL_IRDA_ERROR_NONE

#define HAL_IRDA_ERROR_NONE   0x00000000U

No error

Definition at line 237 of file stm32f4xx_hal_irda.h.

◆ HAL_IRDA_ERROR_ORE

#define HAL_IRDA_ERROR_ORE   0x00000008U

Overrun error

Definition at line 241 of file stm32f4xx_hal_irda.h.

◆ HAL_IRDA_ERROR_PE

#define HAL_IRDA_ERROR_PE   0x00000001U

Parity error

Definition at line 238 of file stm32f4xx_hal_irda.h.