Searched refs:HAL_FMPI2C_STATE_ABORT (Results 1 – 2 of 2) sorted by relevance
4394 hfmpi2c->State = HAL_FMPI2C_STATE_ABORT; in HAL_FMPI2C_Master_Abort_IT()5673 …if ((hfmpi2c->State == HAL_FMPI2C_STATE_ABORT) && (FMPI2C_CHECK_FLAG(tmpITFlags, FMPI2C_FLAG_RXNE)… in FMPI2C_ITMasterCplt()5687 if ((hfmpi2c->State == HAL_FMPI2C_STATE_ABORT) || (tmperror != HAL_FMPI2C_ERROR_NONE)) in FMPI2C_ITMasterCplt()6016 if (hfmpi2c->State != HAL_FMPI2C_STATE_ABORT) in FMPI2C_ITError()6098 if (hfmpi2c->State == HAL_FMPI2C_STATE_ABORT) in FMPI2C_TreatErrorCallback()
121 HAL_FMPI2C_STATE_ABORT = 0x60U, /*!< Abort user request ongoing */ enumerator