Home
last modified time | relevance | path

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

/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Inc/
H A Dstm32l0xx_hal_i2c.h217 __IO uint32_t AddrEventCount; /*!< I2C Address Event counter */ member
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_i2c.h217 __IO uint32_t AddrEventCount; /*!< I2C Address Event counter */ member
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Inc/
H A Dstm32f4xx_hal_fmpi2c.h218 __IO uint32_t AddrEventCount; /*!< FMPI2C Address Event counter */ member
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Inc/
H A Dstm32l4xx_hal_i2c.h217 __IO uint32_t AddrEventCount; /*!< I2C Address Event counter */ member
/btstack/port/stm32-l073rz-nucleo-em9304/Drivers/STM32L0xx_HAL_Driver/Src/
H A Dstm32l0xx_hal_i2c.c5245 hi2c->AddrEventCount++; in I2C_ITAddrCplt()
5246 if (hi2c->AddrEventCount == 2U) in I2C_ITAddrCplt()
5249 hi2c->AddrEventCount = 0U; in I2C_ITAddrCplt()
/btstack/port/stm32-l476rg-nucleo-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_i2c.c5304 hi2c->AddrEventCount++; in I2C_ITAddrCplt()
5305 if (hi2c->AddrEventCount == 2U) in I2C_ITAddrCplt()
5308 hi2c->AddrEventCount = 0U; in I2C_ITAddrCplt()
/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_i2c.c5278 hi2c->AddrEventCount++; in I2C_ITAddrCplt()
5279 if (hi2c->AddrEventCount == 2U) in I2C_ITAddrCplt()
5282 hi2c->AddrEventCount = 0U; in I2C_ITAddrCplt()
/btstack/port/stm32-f4discovery-usb/Drivers/STM32F4xx_HAL_Driver/Src/
H A Dstm32f4xx_hal_fmpi2c.c5279 hfmpi2c->AddrEventCount++; in FMPI2C_ITAddrCplt()
5280 if (hfmpi2c->AddrEventCount == 2U) in FMPI2C_ITAddrCplt()
5283 hfmpi2c->AddrEventCount = 0U; in FMPI2C_ITAddrCplt()