Home
last modified time | relevance | path

Searched refs:I2S_SD0_INPUT (Results 1 – 2 of 2) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/
DI2S.h785 I2S_SD0_INPUT = 0x01U, /*!< SD0 is an input */ enumerator
/hal_ti-latest/simplelink/source/ti/drivers/i2s/
DI2SCC32XX.c392 if(SD0->interfaceConfig == I2S_SD0_INPUT) { in I2S_startRead()
476 if(SD0->interfaceConfig == I2S_SD0_INPUT) { in I2S_stopRead()
664 if(SD0->interfaceConfig == I2S_SD0_INPUT) { in updateDataReadDMA()
809 if((SD0->interfaceConfig == I2S_SD0_INPUT) && (transaction != NULL) && (!dataKO)) { in updateDataReadCPU()
1044 object->noOfInputs = ((SD0->interfaceConfig == I2S_SD0_INPUT)? 1: 0) in initObject()
1313 channelsToActivate = ((SD0->interfaceConfig == I2S_SD0_INPUT)? SD0->channelsUsed: 0x00) | in configSerialFormat()