Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/drivers/i2c/
DI2CCC32XX.c147 I2CMasterIntClearEx(hwAttrs->baseAddr, I2C_MASTER_INT_TX_FIFO_EMPTY); in I2CCC32XX_fillTransmitFifo()
345 else if (intStatus & I2C_MASTER_INT_TX_FIFO_EMPTY) { in I2CCC32XX_hwiFxn()
363 I2C_MASTER_INT_TX_FIFO_EMPTY); in I2CCC32XX_hwiFxn()
503 I2CMasterIntEnableEx(hwAttrs->baseAddr, I2C_MASTER_INT_TX_FIFO_EMPTY in I2CCC32XX_primeWriteBurst()
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Di2c.h181 #define I2C_MASTER_INT_TX_FIFO_EMPTY \ macro