Lines Matching refs:EventCount
2916 hi2c->EventCount = 0U; in HAL_I2C_Mem_Write_IT()
3001 hi2c->EventCount = 0U; in HAL_I2C_Mem_Read_IT()
3096 hi2c->EventCount = 0U; in HAL_I2C_Mem_Write_DMA()
3275 hi2c->EventCount = 0U; in HAL_I2C_Mem_Read_DMA()
5420 if (hi2c->EventCount == 0U) in I2C_MemoryTransmit_TXE_BTF()
5428 hi2c->EventCount += 2U; in I2C_MemoryTransmit_TXE_BTF()
5436 hi2c->EventCount++; in I2C_MemoryTransmit_TXE_BTF()
5439 else if (hi2c->EventCount == 1U) in I2C_MemoryTransmit_TXE_BTF()
5444 hi2c->EventCount++; in I2C_MemoryTransmit_TXE_BTF()
5446 else if (hi2c->EventCount == 2U) in I2C_MemoryTransmit_TXE_BTF()
5453 hi2c->EventCount++; in I2C_MemoryTransmit_TXE_BTF()
5742 if (hi2c->EventCount == 0U) in I2C_Master_SB()
5775 if (hi2c->EventCount == 0U) in I2C_Master_SB()
5780 else if (hi2c->EventCount == 1U) in I2C_Master_SB()
5827 if ((hi2c->EventCount == 0U) && (CurrentMode == HAL_I2C_MODE_MEM)) in I2C_Master_ADDR()
5832 else if ((hi2c->EventCount == 0U) && (hi2c->Init.AddressingMode == I2C_ADDRESSINGMODE_10BIT)) in I2C_Master_ADDR()
5840 hi2c->EventCount++; in I2C_Master_ADDR()
5947 hi2c->EventCount = 0U; in I2C_Master_ADDR()