思澈科技软件开发工具包  2.20

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_UNKNOW   (0x00000010U)
 

Detailed Description

Macro Definition Documentation

◆ HAL_I2S_ERROR_DMA

#define HAL_I2S_ERROR_DMA   (0x00000008U)

DMA transfer error

◆ HAL_I2S_ERROR_NONE

#define HAL_I2S_ERROR_NONE   (0x00000000U)

No error

◆ HAL_I2S_ERROR_OVR

#define HAL_I2S_ERROR_OVR   (0x00000002U)

OVR error

◆ HAL_I2S_ERROR_TIMEOUT

#define HAL_I2S_ERROR_TIMEOUT   (0x00000001U)

Timeout error

◆ HAL_I2S_ERROR_UDR

#define HAL_I2S_ERROR_UDR   (0x00000004U)

UDR error

◆ HAL_I2S_ERROR_UNKNOW

#define HAL_I2S_ERROR_UNKNOW   (0x00000010U)

Unknow Error error