Lines Matching refs:EventCount
2929 hi2c->EventCount = 0U; in HAL_I2C_Mem_Write_IT()
3014 hi2c->EventCount = 0U; in HAL_I2C_Mem_Read_IT()
3109 hi2c->EventCount = 0U; in HAL_I2C_Mem_Write_DMA()
3290 hi2c->EventCount = 0U; in HAL_I2C_Mem_Read_DMA()
5438 if (hi2c->EventCount == 0U) in I2C_MemoryTransmit_TXE_BTF()
5446 hi2c->EventCount += 2U; in I2C_MemoryTransmit_TXE_BTF()
5454 hi2c->EventCount++; in I2C_MemoryTransmit_TXE_BTF()
5457 else if (hi2c->EventCount == 1U) in I2C_MemoryTransmit_TXE_BTF()
5462 hi2c->EventCount++; in I2C_MemoryTransmit_TXE_BTF()
5464 else if (hi2c->EventCount == 2U) in I2C_MemoryTransmit_TXE_BTF()
5471 hi2c->EventCount++; in I2C_MemoryTransmit_TXE_BTF()
5772 if (hi2c->EventCount == 0U) in I2C_Master_SB()
5805 if (hi2c->EventCount == 0U) in I2C_Master_SB()
5810 else if (hi2c->EventCount == 1U) in I2C_Master_SB()
5857 if ((hi2c->EventCount == 0U) && (CurrentMode == HAL_I2C_MODE_MEM)) in I2C_Master_ADDR()
5862 else if ((hi2c->EventCount == 0U) && (hi2c->Init.AddressingMode == I2C_ADDRESSINGMODE_10BIT)) in I2C_Master_ADDR()
5870 hi2c->EventCount++; in I2C_Master_ADDR()
5977 hi2c->EventCount = 0U; in I2C_Master_ADDR()