![]() |
![]() |
I2S functional layer API defenition file. More...
#include "csl_i2s.h"Functions | |
| CSL_I2sHandle | I2S_open (I2S_Instance i2sInstNum, I2S_OpMode opMode, I2S_ChanType chType) |
| CSL_Status | I2S_setup (CSL_I2sHandle hI2s, I2S_Config *i2sHwConfig) |
| CSL_Status | I2S_close (CSL_I2sHandle hI2s) |
| CSL_Status | I2S_read (CSL_I2sHandle hI2s, Uint16 *readBuff, Uint16 buffLen) |
| CSL_Status | I2S_write (CSL_I2sHandle hI2s, Uint16 *writeBuff, Uint16 buffLen) |
| CSL_Status | I2S_reset (CSL_I2sHandle hI2s) |
| CSL_Status | I2S_transEnable (CSL_I2sHandle hI2s, Uint16 enableBit) |
Variables | |
| Uint16 | fsError = 0 |
| Uint16 | ouError = 0 |
I2S functional layer API defenition file.
Path: \(CSLPATH)/src
| Uint16 fsError = 0 |
FSYNC gobal parameter
Referenced by I2S_read(), and I2S_write().
| Uint16 ouError = 0 |
under/over run global parameter
Referenced by I2S_read(), and I2S_write().
1.7.4