Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_i2c.h95 #define I2C_MCS_ARBLST 0x00000010 // Arbitration Lost macro
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Di2c.c1313 if(ui32Err & (I2C_MCS_ERROR | I2C_MCS_ARBLST)) in I2CMasterErr()
1315 return(ui32Err & (I2C_MCS_ARBLST | I2C_MCS_ACK | I2C_MCS_ADRACK)); in I2CMasterErr()
/hal_ti-latest/simplelink/source/ti/drivers/i2c/
DI2CCC32XX.c316 if (status & I2C_MCS_ARBLST) { in I2CCC32XX_hwiFxn()
333 if (status & I2C_MCS_ARBLST) { in I2CCC32XX_hwiFxn()