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