Macros | |
#define | HAL_IRDA_ERROR_DMA 0x00000010U |
#define | HAL_IRDA_ERROR_FE 0x00000004U |
#define | HAL_IRDA_ERROR_NE 0x00000002U |
#define | HAL_IRDA_ERROR_NONE 0x00000000U |
#define | HAL_IRDA_ERROR_ORE 0x00000008U |
#define | HAL_IRDA_ERROR_PE 0x00000001U |
#define HAL_IRDA_ERROR_DMA 0x00000010U |
DMA transfer error
Definition at line 243 of file stm32f4xx_hal_irda.h.
#define HAL_IRDA_ERROR_FE 0x00000004U |
Frame error
Definition at line 241 of file stm32f4xx_hal_irda.h.
#define HAL_IRDA_ERROR_NE 0x00000002U |
Noise error
Definition at line 240 of file stm32f4xx_hal_irda.h.
#define HAL_IRDA_ERROR_NONE 0x00000000U |
No error
Definition at line 238 of file stm32f4xx_hal_irda.h.
#define HAL_IRDA_ERROR_ORE 0x00000008U |
Overrun error
Definition at line 242 of file stm32f4xx_hal_irda.h.
#define HAL_IRDA_ERROR_PE 0x00000001U |
Parity error
Definition at line 239 of file stm32f4xx_hal_irda.h.