RTEMS 6.1-rc2
|
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) |
#define | HAL_IRDA_ERROR_BUSY (0x00000020U) |
#define HAL_IRDA_ERROR_BUSY (0x00000020U) |
Busy Error
#define HAL_IRDA_ERROR_DMA (0x00000010U) |
DMA transfer error
#define HAL_IRDA_ERROR_FE (0x00000004U) |
frame error
#define HAL_IRDA_ERROR_NE (0x00000002U) |
Noise error
#define HAL_IRDA_ERROR_NONE (0x00000000U) |
No error
#define HAL_IRDA_ERROR_ORE (0x00000008U) |
Overrun error
#define HAL_IRDA_ERROR_PE (0x00000001U) |
Parity error