Searched refs:I2C_O_MCS (Results 1 – 3 of 3) sorted by relevance
1153 if(HWREG(ui32Base + I2C_O_MCS) & I2C_MCS_BUSY) in I2CMasterBusy()1188 if(HWREG(ui32Base + I2C_O_MCS) & I2C_MCS_BUSBSY) in I2CMasterBusBusy()1269 HWREG(ui32Base + I2C_O_MCS) = ui32Cmd; in I2CMasterControl()1299 ui32Err = HWREG(ui32Base + I2C_O_MCS); in I2CMasterErr()
313 uint32_t status = HWREG(hwAttrs->baseAddr + I2C_O_MCS); in I2CCC32XX_hwiFxn()341 HWREG(hwAttrs->baseAddr + I2C_O_MCS) = I2C_MCS_STOP; in I2CCC32XX_hwiFxn()458 HWREG(hwAttrs->baseAddr + I2C_O_MCS) = command; in I2CCC32XX_primeReadBurst()507 HWREG(hwAttrs->baseAddr + I2C_O_MCS) = command; in I2CCC32XX_primeWriteBurst()
43 #define I2C_O_MCS 0x00000004 macro