STM32F479xx HAL User Manual
Defines
I2S Error
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 HAL_I2S_ERROR_INVALID_CALLBACK   (0x00000020U)
#define HAL_I2S_ERROR_BUSY_LINE_RX   (0x00000040U)

Define Documentation

#define HAL_I2S_ERROR_BUSY_LINE_RX   (0x00000040U)

Busy Rx Line error

Definition at line 184 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_DMAStop().

#define HAL_I2S_ERROR_DMA   (0x00000008U)

DMA transfer error

Definition at line 179 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_DMAStop(), HAL_I2S_Receive_DMA(), HAL_I2S_Transmit_DMA(), I2S_DMAError(), and I2SEx_TxRxDMAError().

#define HAL_I2S_ERROR_INVALID_CALLBACK   (0x00000020U)

Invalid Callback error

Definition at line 182 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_RegisterCallback(), and HAL_I2S_UnRegisterCallback().

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

Prescaler Calculation error

Definition at line 180 of file stm32f4xx_hal_i2s.h.

Referenced by HAL_I2S_Init().

#define HAL_I2S_ERROR_TIMEOUT   (0x00000001U)

Timeout error

Definition at line 176 of file stm32f4xx_hal_i2s.h.

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

#define HAL_I2S_ERROR_UDR   (0x00000004U)