Searched refs:I2C_STAT_SLVIDX (Results 1 – 2 of 2) sorted by relevance
88 #define I2C_STAT_SLVIDX (0x3 << 12) /*!< Slave Address Index */ macro
200 return (pI2C->STAT & I2C_STAT_SLVIDX) >> 12; in Chip_I2CS_GetSlaveMatchIndex()
Completed in 4 milliseconds