Home
last modified time | relevance | path

Searched refs:AddrEventCount (Results 1 – 2 of 2) sorted by relevance

/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Inc/
Dstm32u5xx_hal_i2c.h222 __IO uint32_t AddrEventCount; /*!< I2C Address Event counter */ member
/trusted-firmware-m-latest/platform/ext/target/stm/common/stm32u5xx/hal/Src/
Dstm32u5xx_hal_i2c.c6181 hi2c->AddrEventCount++; in I2C_ITAddrCplt()
6182 if (hi2c->AddrEventCount == 2U) in I2C_ITAddrCplt()
6185 hi2c->AddrEventCount = 0U; in I2C_ITAddrCplt()