Home
last modified time | relevance | path

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

/hal_ti-latest/simplelink/source/ti/devices/cc32xx/inc/
Dhw_i2c.h97 #define I2C_MCS_ADRACK 0x00000004 // Acknowledge Address macro
/hal_ti-latest/simplelink/source/ti/drivers/i2c/
DI2CCC32XX.c81 #define I2C_MCS_STOP (I2C_MCS_ADRACK)
322 else if (status & I2C_MCS_ADRACK) { in I2CCC32XX_hwiFxn()
/hal_ti-latest/simplelink/source/ti/devices/cc32xx/driverlib/
Di2c.c1315 return(ui32Err & (I2C_MCS_ARBLST | I2C_MCS_ACK | I2C_MCS_ADRACK)); in I2CMasterErr()