Home
last modified time | relevance | path

Searched refs:I2C_O_FIFOSTATUS (Results 1 – 3 of 3) sorted by relevance

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Di2c.c1742 return(HWREG(ui32Base + I2C_O_FIFOSTATUS)); in I2CFIFOStatus()
1770 while(HWREG(ui32Base + I2C_O_FIFOSTATUS) & I2C_FIFOSTATUS_TXFF) in I2CFIFODataPut()
1804 if(HWREG(ui32Base + I2C_O_FIFOSTATUS) & I2C_FIFOSTATUS_TXFF) in I2CFIFODataPutNonBlocking()
1839 while(HWREG(ui32Base + I2C_O_FIFOSTATUS) & I2C_FIFOSTATUS_RXFE) in I2CFIFODataGet()
1874 if(HWREG(ui32Base + I2C_O_FIFOSTATUS) & I2C_FIFOSTATUS_RXFE) in I2CFIFODataGetNonBlocking()
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_i2c.h66 #define I2C_O_FIFOSTATUS 0x00000F08 macro
/hal_ti-latest/simplelink/source/ti/drivers/i2c/
DI2CCC32XX.c370 !(HWREG(hwAttrs->baseAddr + I2C_O_FIFOSTATUS) & I2C_FIFOSTATUS_RXFE)) { in I2CCC32XX_hwiFxn()