Searched refs:I2C_O_FIFOSTATUS (Results 1 – 3 of 3) sorted by relevance
1742 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()
66 #define I2C_O_FIFOSTATUS 0x00000F08 macro
370 !(HWREG(hwAttrs->baseAddr + I2C_O_FIFOSTATUS) & I2C_FIFOSTATUS_RXFE)) { in I2CCC32XX_hwiFxn()