Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/i2s/
DI2SCC32XX.h188 }I2SCC32XX_Interface; typedef
248I2SCC32XX_Interface read; /*!< Structure to describe the read (in) …
249I2SCC32XX_Interface write; /*!< Structure to describe the write (out…
DI2SCC32XX.c149 …Handle handle, I2S_Transaction *transaction, uint32_t transLength, I2SCC32XX_Interface *interface);
150 …PUTransaction(I2S_Handle handle, I2S_Transaction **ptrTransaction, I2SCC32XX_Interface *interface);
293 I2SCC32XX_Interface *interface = &object->read; in I2S_setReadQueueHead()
306 I2SCC32XX_Interface *interface = &object->write; in I2S_setWriteQueueHead()
745 I2SCC32XX_Interface *interface){ in handleDMATransaction()
910 I2SCC32XX_Interface *interface){ in handleCPUTransaction()