RTEMS 6.1-rc6
Loading...
Searching...
No Matches
Macros

Macros

#define HAL_I2S_ERROR_NONE   (0x00000000UL)
 
#define HAL_I2S_ERROR_TIMEOUT   (0x00000001UL)
 
#define HAL_I2S_ERROR_OVR   (0x00000002UL)
 
#define HAL_I2S_ERROR_UDR   (0x00000004UL)
 
#define HAL_I2S_ERROR_DMA   (0x00000008UL)
 
#define HAL_I2S_ERROR_PRESCALER   (0x00000010UL)
 
#define HAL_I2S_ERROR_FRE   (0x00000020UL)
 
#define HAL_I2S_ERROR_NO_OGT   (0x00000040UL)
 
#define HAL_I2S_ERROR_NOT_SUPPORTED   (0x00000080UL)
 

Detailed Description

Macro Definition Documentation

◆ HAL_I2S_ERROR_DMA

#define HAL_I2S_ERROR_DMA   (0x00000008UL)

DMA transfer error

◆ HAL_I2S_ERROR_FRE

#define HAL_I2S_ERROR_FRE   (0x00000020UL)

FRE error

◆ HAL_I2S_ERROR_NO_OGT

#define HAL_I2S_ERROR_NO_OGT   (0x00000040UL)

No On Going Transfer error

◆ HAL_I2S_ERROR_NONE

#define HAL_I2S_ERROR_NONE   (0x00000000UL)

No error

◆ HAL_I2S_ERROR_NOT_SUPPORTED

#define HAL_I2S_ERROR_NOT_SUPPORTED   (0x00000080UL)

Requested operation not supported

◆ HAL_I2S_ERROR_OVR

#define HAL_I2S_ERROR_OVR   (0x00000002UL)

OVR error

◆ HAL_I2S_ERROR_PRESCALER

#define HAL_I2S_ERROR_PRESCALER   (0x00000010UL)

Prescaler Calculation error

◆ HAL_I2S_ERROR_TIMEOUT

#define HAL_I2S_ERROR_TIMEOUT   (0x00000001UL)

Timeout error

◆ HAL_I2S_ERROR_UDR

#define HAL_I2S_ERROR_UDR   (0x00000004UL)

UDR error