Searched defs:I2sCfg (Results 1 – 1 of 1) sorted by relevance
| /drivers/hdf_core/framework/include/platform/ |
| D | i2s_if.h | 142 struct I2sCfg { struct 143 enum I2sSampleRate sampleRate; /**< I2S sample rate, 8k,16k,32k... */ 144 enum I2sWordWidth width; /**< I2S word width, 8bit,16bit,20bit,24bit... */ 145 enum I2sMode mode; /**< I2S mode, host/standby, tx/rx */ 146 enum I2sPcmFscDelay syncMode; /**< pcm mode, FSC starts location */ 147 enum I2sLoopMode loopMode; /**< is loopback */ 148 enum I2sProtocolType type; /**< I2S protocol type */ 149 enum I2sChannel channel; 150 enum I2sFrameLen frameLen; 151 enum I2sDataSel dataSel; [all …]
|