|
STM CMSIS
|
I2S Error Code. More...
Macros | |
| #define | HAL_I2S_ERROR_NONE ((uint32_t)0x00000000U) |
| #define | HAL_I2S_ERROR_UDR ((uint32_t)0x00000001U) |
| #define | HAL_I2S_ERROR_OVR ((uint32_t)0x00000002U) |
| #define | HAL_I2SEX_ERROR_UDR ((uint32_t)0x00000004U) |
| #define | HAL_I2SEX_ERROR_OVR ((uint32_t)0x00000008U) |
| #define | HAL_I2S_ERROR_FRE ((uint32_t)0x00000010U) |
| #define | HAL_I2S_ERROR_DMA ((uint32_t)0x00000020U) |
I2S Error Code.
| #define HAL_I2S_ERROR_DMA ((uint32_t)0x00000020U) |
DMA transfer error
| #define HAL_I2S_ERROR_FRE ((uint32_t)0x00000010U) |
I2S Frame format error
| #define HAL_I2S_ERROR_NONE ((uint32_t)0x00000000U) |
No error
| #define HAL_I2S_ERROR_OVR ((uint32_t)0x00000002U) |
I2S Overrun error
| #define HAL_I2S_ERROR_UDR ((uint32_t)0x00000001U) |
I2S Underrun error
| #define HAL_I2SEX_ERROR_OVR ((uint32_t)0x00000008U) |
I2S extended Overrun error
| #define HAL_I2SEX_ERROR_UDR ((uint32_t)0x00000004U) |
I2S extended Underrun error