Lines Matching refs:EventCount
3035 hi2c->EventCount = 0U; in HAL_I2C_Mem_Write_IT()
3120 hi2c->EventCount = 0U; in HAL_I2C_Mem_Read_IT()
3215 hi2c->EventCount = 0U; in HAL_I2C_Mem_Write_DMA()
3394 hi2c->EventCount = 0U; in HAL_I2C_Mem_Read_DMA()
5543 if (hi2c->EventCount == 0U) in I2C_MemoryTransmit_TXE_BTF()
5551 hi2c->EventCount += 2U; in I2C_MemoryTransmit_TXE_BTF()
5559 hi2c->EventCount++; in I2C_MemoryTransmit_TXE_BTF()
5562 else if (hi2c->EventCount == 1U) in I2C_MemoryTransmit_TXE_BTF()
5567 hi2c->EventCount++; in I2C_MemoryTransmit_TXE_BTF()
5569 else if (hi2c->EventCount == 2U) in I2C_MemoryTransmit_TXE_BTF()
5576 hi2c->EventCount++; in I2C_MemoryTransmit_TXE_BTF()
5877 if (hi2c->EventCount == 0U) in I2C_Master_SB()
5910 if (hi2c->EventCount == 0U) in I2C_Master_SB()
5915 else if (hi2c->EventCount == 1U) in I2C_Master_SB()
5962 if ((hi2c->EventCount == 0U) && (CurrentMode == HAL_I2C_MODE_MEM)) in I2C_Master_ADDR()
5967 else if ((hi2c->EventCount == 0U) && (hi2c->Init.AddressingMode == I2C_ADDRESSINGMODE_10BIT)) in I2C_Master_ADDR()
5975 hi2c->EventCount++; in I2C_Master_ADDR()
6085 hi2c->EventCount = 0U; in I2C_Master_ADDR()