Home
last modified time | relevance | path

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

/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Src/
Dstm32l1xx_hal_i2c.c3300 if((hi2c->EventCount == 0U) && ((sr2itflags & I2C_FLAG_TRA) != RESET)) in HAL_I2C_EV_IRQHandler()
3953 if(hi2c->EventCount == 0U) in I2C_Master_SB()
3979 if(hi2c->EventCount == 0U) in I2C_Master_SB()
3984 else if(hi2c->EventCount == 1U) in I2C_Master_SB()
4019 if((hi2c->EventCount == 0U) && (hi2c->Mode == HAL_I2C_MODE_MEM)) in I2C_Master_ADDR()
4024 else if((hi2c->EventCount == 0U) && (hi2c->Init.AddressingMode == I2C_ADDRESSINGMODE_10BIT)) in I2C_Master_ADDR()
4032 hi2c->EventCount++; in I2C_Master_ADDR()
4139 hi2c->EventCount = 0U; in I2C_Master_ADDR()
/loramac-node-3.6.0-3.5.0/src/boards/mcu/stm32/STM32L1xx_HAL_Driver/Inc/
Dstm32l1xx_hal_i2c.h230 __IO uint32_t EventCount; /*!< I2C Event counter */ member