Lines Matching refs:CurrentMode
4726 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in HAL_I2C_Master_Abort_IT() local
4732 if ((__HAL_I2C_GET_FLAG(hi2c, I2C_FLAG_BUSY) != RESET) && ((CurrentMode == HAL_I2C_MODE_MASTER) || in HAL_I2C_Master_Abort_IT()
4733 (CurrentMode == HAL_I2C_MODE_MEM))) in HAL_I2C_Master_Abort_IT()
4789 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in HAL_I2C_EV_IRQHandler() local
4793 if ((CurrentMode == HAL_I2C_MODE_MASTER) || (CurrentMode == HAL_I2C_MODE_MEM)) in HAL_I2C_EV_IRQHandler()
4842 if (CurrentMode == HAL_I2C_MODE_MEM) in HAL_I2C_EV_IRQHandler()
4961 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in HAL_I2C_ER_IRQHandler() local
4984 tmp1 = CurrentMode; in HAL_I2C_ER_IRQHandler()
5002 if ((CurrentMode == HAL_I2C_MODE_MASTER) || (CurrentMode == HAL_I2C_MODE_MEM)) in HAL_I2C_ER_IRQHandler()
5264 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in I2C_MasterTransmit_TXE() local
5316 ((CurrentMode == HAL_I2C_MODE_MEM) && (CurrentState == HAL_I2C_STATE_BUSY_RX))) in I2C_MasterTransmit_TXE()
5851 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in I2C_Master_ADDR() local
5857 if ((hi2c->EventCount == 0U) && (CurrentMode == HAL_I2C_MODE_MEM)) in I2C_Master_ADDR()
6411 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in I2C_ITError() local
6414 …if (((CurrentMode == HAL_I2C_MODE_MASTER) || (CurrentMode == HAL_I2C_MODE_MEM)) && (CurrentState =… in I2C_ITError()
6938 HAL_I2C_ModeTypeDef CurrentMode = hi2c->Mode; in I2C_DMAXferCplt() local
6954 …int32_t)HAL_I2C_STATE_BUSY_RX) == (uint32_t)HAL_I2C_STATE_BUSY_RX) && (CurrentMode == HAL_I2C_MODE… in I2C_DMAXferCplt()