Home
last modified time | relevance | path

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

/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Inc/
Dstm32l0xx_hal_i2c.h228 __IO uint32_t AddrEventCount; /*!< I2C Address Event counter */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_i2c.h233 __IO uint32_t AddrEventCount; /*!< I2C Address Event counter */ member
/loramac-node-latest/src/boards/mcu/stm32/STM32L0xx_HAL_Driver/Src/
Dstm32l0xx_hal_i2c.c3794 hi2c->AddrEventCount++; in I2C_ITAddrCplt()
3795 if (hi2c->AddrEventCount == 2U) in I2C_ITAddrCplt()
3798 hi2c->AddrEventCount = 0U; in I2C_ITAddrCplt()
/loramac-node-latest/src/boards/mcu/stm32/STM32L4xx_HAL_Driver/Src/
Dstm32l4xx_hal_i2c.c5249 hi2c->AddrEventCount++; in I2C_ITAddrCplt()
5250 if (hi2c->AddrEventCount == 2U) in I2C_ITAddrCplt()
5253 hi2c->AddrEventCount = 0U; in I2C_ITAddrCplt()