RTEMS 6.1-rc6
|
Macros | |
#define | HAL_I2S_ERROR_NONE (0x00000000UL) |
#define | HAL_I2S_ERROR_TIMEOUT (0x00000001UL) |
#define | HAL_I2S_ERROR_OVR (0x00000002UL) |
#define | HAL_I2S_ERROR_UDR (0x00000004UL) |
#define | HAL_I2S_ERROR_DMA (0x00000008UL) |
#define | HAL_I2S_ERROR_PRESCALER (0x00000010UL) |
#define | HAL_I2S_ERROR_FRE (0x00000020UL) |
#define | HAL_I2S_ERROR_NO_OGT (0x00000040UL) |
#define | HAL_I2S_ERROR_NOT_SUPPORTED (0x00000080UL) |
#define HAL_I2S_ERROR_DMA (0x00000008UL) |
DMA transfer error
#define HAL_I2S_ERROR_FRE (0x00000020UL) |
FRE error
#define HAL_I2S_ERROR_NO_OGT (0x00000040UL) |
No On Going Transfer error
#define HAL_I2S_ERROR_NONE (0x00000000UL) |
No error
#define HAL_I2S_ERROR_NOT_SUPPORTED (0x00000080UL) |
Requested operation not supported
#define HAL_I2S_ERROR_OVR (0x00000002UL) |
OVR error
#define HAL_I2S_ERROR_PRESCALER (0x00000010UL) |
Prescaler Calculation error
#define HAL_I2S_ERROR_TIMEOUT (0x00000001UL) |
Timeout error
#define HAL_I2S_ERROR_UDR (0x00000004UL) |
UDR error