Searched refs:I2C_STAT_SLVSEL (Results 1 – 2 of 2) sorted by relevance
89 #define I2C_STAT_SLVSEL (1 << 14) /*!< Slave Selected Bit */ macro
167 return (pI2C->STAT & I2C_STAT_SLVSEL) != 0; in Chip_I2CS_IsSlaveSelected()
Completed in 4 milliseconds