Searched refs:I2C_O_SDR (Results 1 – 6 of 6) sorted by relevance
712 return(HWREG(ui32Base + I2C_O_SDR)); in I2CSlaveDataGet()734 HWREG(ui32Base + I2C_O_SDR) = ui8Data; in I2CSlaveDataPut()
714 return(HWREG(I2C0_BASE + I2C_O_SDR)); in I2CSlaveDataGet()736 HWREG(I2C0_BASE + I2C_O_SDR) = ui8Data; in I2CSlaveDataPut()
56 #define I2C_O_SDR 0x00000008 macro
57 #define I2C_O_SDR 0x00000808 macro
1546 HWREG(ui32Base + I2C_O_SDR) = ui8Data; in I2CSlaveDataPut()1572 return(HWREG(ui32Base + I2C_O_SDR)); in I2CSlaveDataGet()