Searched refs:interfaceConfig (Results 1 – 2 of 2) sorted by relevance
392 if(SD0->interfaceConfig == I2S_SD0_INPUT) { in I2S_startRead()395 if(SD1->interfaceConfig == I2S_SD1_INPUT) { in I2S_startRead()439 if(SD0->interfaceConfig == I2S_SD0_OUTPUT) { in I2S_startWrite()442 if(SD1->interfaceConfig == I2S_SD1_OUTPUT) { in I2S_startWrite()476 if(SD0->interfaceConfig == I2S_SD0_INPUT) { in I2S_stopRead()479 if(SD1->interfaceConfig == I2S_SD1_INPUT) { in I2S_stopRead()514 if(SD0->interfaceConfig == I2S_SD0_OUTPUT) { in I2S_stopWrite()517 if(SD1->interfaceConfig == I2S_SD1_OUTPUT) { in I2S_stopWrite()664 if(SD0->interfaceConfig == I2S_SD0_INPUT) { in updateDataReadDMA()667 if(SD1->interfaceConfig == I2S_SD1_INPUT) { in updateDataReadDMA()[all …]
168 I2S_DataInterfaceUse interfaceConfig; /*!< IN / OUT / UNUSED */ member