Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_i2c.h374 #define I2C_FIFOCTL_TXFLUSH 0x00004000 // TX FIFO Flush macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Di2c.c1643 HWREG(ui32Base + I2C_O_FIFOCTL) |= I2C_FIFOCTL_TXFLUSH; in I2CTxFIFOFlush()