Searched refs:noOfInputs (Results 1 – 2 of 2) sorted by relevance
320 uint8_t mode = ((object->noOfInputs != 0)? 1:0) << 1 | in I2S_startClocks()368 if(object->noOfInputs != 0) { in I2S_startRead()382 MAP_I2SRxFIFOEnable(I2S_BASE, object->udmaArbLength, object->noOfInputs); in I2S_startRead()461 if(object->noOfInputs != 0) { in I2S_stopRead()1044 object->noOfInputs = ((SD0->interfaceConfig == I2S_SD0_INPUT)? 1: 0) in initObject()1088 if((object->read.callback == NULL) && (object->noOfInputs != 0U)) { in initObject()1248 if(object->noOfInputs != 0) { in configSCK()1267 if(object->noOfInputs != 0) { in configWS()1311 if(object->noOfInputs != 0) { in configSerialFormat()
233 …uint8_t noOfInputs; /*!< Number of I2S inputs (possible value… member