Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/i2s/
DI2SCC32XX.h234 …uint8_t noOfOutputs; /*!< Number of I2S outputs (possible valu… member
DI2SCC32XX.c321 ((object->noOfOutputs != 0)? 1:0) << 0; in I2S_startClocks()
415 if(object->noOfOutputs != 0) { in I2S_startWrite()
429 MAP_I2STxFIFOEnable(I2S_BASE, object->udmaArbLength, object->noOfOutputs); in I2S_startWrite()
499 if(object->noOfOutputs != 0) { in I2S_stopWrite()
1046 object->noOfOutputs = ((SD0->interfaceConfig == I2S_SD0_OUTPUT)? 1: 0) in initObject()
1095 if((object->write.callback == NULL) && (object->noOfOutputs != 0U)) { in initObject()
1240 if(object->noOfOutputs != 0) { in configSCK()