Home
last modified time | relevance | path

Searched refs:I2S_SD1_INPUT (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink/source/ti/drivers/
DI2S.c56 .SD1Use = I2S_SD1_INPUT, /* SD1Use */
DI2S.h788 I2S_SD1_INPUT = 0x10U, /*!< SD1 is an input */ enumerator
/hal_ti-latest/simplelink/source/ti/drivers/i2s/
DI2SCC32XX.c395 if(SD1->interfaceConfig == I2S_SD1_INPUT) { in I2S_startRead()
479 if(SD1->interfaceConfig == I2S_SD1_INPUT) { in I2S_stopRead()
667 if(SD1->interfaceConfig == I2S_SD1_INPUT) { in updateDataReadDMA()
823 if((SD1->interfaceConfig == I2S_SD1_INPUT) && (transaction != NULL) && (!dataKO)) { in updateDataReadCPU()
1045 + ((SD1->interfaceConfig == I2S_SD1_INPUT)? 1: 0); in initObject()
1314 ((SD1->interfaceConfig == I2S_SD1_INPUT)? SD1->channelsUsed: 0x00); in configSerialFormat()