STM32F439xx HAL User Manual
Defines
I2S Error Code
I2S Exported Constants

Defines

#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 Documentation

#define HAL_I2S_ERROR_DMA   (0x00000008U)

DMA transfer error

Definition at line 163 of file stm32f4xx_hal_i2s.h.

Referenced by I2S_DMAError(), and I2SEx_TxRxDMAError().

#define HAL_I2S_ERROR_NONE   (0x00000000U)
#define HAL_I2S_ERROR_OVR   (0x00000002U)
#define HAL_I2S_ERROR_PRESCALER   (0x00000010U)

Prescaler Calculation error

Definition at line 164 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init().

#define HAL_I2S_ERROR_TIMEOUT   (0x00000001U)

Timeout error

Definition at line 160 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Receive(), HAL_I2S_Transmit(), and HAL_I2SEx_TransmitReceive().

#define HAL_I2S_ERROR_UDR   (0x00000004U)