Searched refs:AddrEventCount (Results 1 – 4 of 4) sorted by relevance
228 __IO uint32_t AddrEventCount; /*!< I2C Address Event counter */ member
233 __IO uint32_t AddrEventCount; /*!< I2C Address Event counter */ member
3794 hi2c->AddrEventCount++; in I2C_ITAddrCplt()3795 if (hi2c->AddrEventCount == 2U) in I2C_ITAddrCplt()3798 hi2c->AddrEventCount = 0U; in I2C_ITAddrCplt()
5249 hi2c->AddrEventCount++; in I2C_ITAddrCplt()5250 if (hi2c->AddrEventCount == 2U) in I2C_ITAddrCplt()5253 hi2c->AddrEventCount = 0U; in I2C_ITAddrCplt()