Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_i2c.h99 #define I2C_MCS_BUSY 0x00000001 // I2C Busy macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Di2c.c1153 if(HWREG(ui32Base + I2C_O_MCS) & I2C_MCS_BUSY) in I2CMasterBusy()
1305 if(ui32Err & I2C_MCS_BUSY) in I2CMasterErr()