Searched refs:AddrEventCount (Results 1 – 8 of 8) sorted by relevance
217 __IO uint32_t AddrEventCount; /*!< I2C Address Event counter */ member
218 __IO uint32_t AddrEventCount; /*!< FMPI2C Address Event counter */ member
5245 hi2c->AddrEventCount++; in I2C_ITAddrCplt()5246 if (hi2c->AddrEventCount == 2U) in I2C_ITAddrCplt()5249 hi2c->AddrEventCount = 0U; in I2C_ITAddrCplt()
5304 hi2c->AddrEventCount++; in I2C_ITAddrCplt()5305 if (hi2c->AddrEventCount == 2U) in I2C_ITAddrCplt()5308 hi2c->AddrEventCount = 0U; in I2C_ITAddrCplt()
5278 hi2c->AddrEventCount++; in I2C_ITAddrCplt()5279 if (hi2c->AddrEventCount == 2U) in I2C_ITAddrCplt()5282 hi2c->AddrEventCount = 0U; in I2C_ITAddrCplt()
5279 hfmpi2c->AddrEventCount++; in FMPI2C_ITAddrCplt()5280 if (hfmpi2c->AddrEventCount == 2U) in FMPI2C_ITAddrCplt()5283 hfmpi2c->AddrEventCount = 0U; in FMPI2C_ITAddrCplt()