|
STM32F4xx HAL Driver master
STM32CubeF4 HAL / LL Drivers API Reference
|
Macros | |
| #define | HAL_I2S_ERROR_NONE (0x00000000U) |
| #define | HAL_I2S_ERROR_TIMEOUT (0x00000001U) |
| #define | HAL_I2S_ERROR_OVR (0x00000002U) |
| #define | HAL_I2S_ERROR_UDR (0x00000004U) |
| #define | HAL_I2S_ERROR_DMA (0x00000008U) |
| #define | HAL_I2S_ERROR_PRESCALER (0x00000010U) |
| #define | HAL_I2S_ERROR_BUSY_LINE_RX (0x00000040U) |
| #define HAL_I2S_ERROR_BUSY_LINE_RX (0x00000040U) |
Busy Rx Line error
Definition at line 183 of file stm32f4xx_hal_i2s.h.
| #define HAL_I2S_ERROR_DMA (0x00000008U) |
DMA transfer error
Definition at line 178 of file stm32f4xx_hal_i2s.h.
| #define HAL_I2S_ERROR_NONE (0x00000000U) |
No error
Definition at line 174 of file stm32f4xx_hal_i2s.h.
| #define HAL_I2S_ERROR_OVR (0x00000002U) |
OVR error
Definition at line 176 of file stm32f4xx_hal_i2s.h.
| #define HAL_I2S_ERROR_PRESCALER (0x00000010U) |
Prescaler Calculation error
Definition at line 179 of file stm32f4xx_hal_i2s.h.
| #define HAL_I2S_ERROR_TIMEOUT (0x00000001U) |
Timeout error
Definition at line 175 of file stm32f4xx_hal_i2s.h.
| #define HAL_I2S_ERROR_UDR (0x00000004U) |
UDR error
Definition at line 177 of file stm32f4xx_hal_i2s.h.