Home
last modified time | relevance | path

Searched refs:HAL_FMPI2C_STATE_ABORT (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c4394 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()
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_fmpi2c.h121 HAL_FMPI2C_STATE_ABORT = 0x60U, /*!< Abort user request ongoing */ enumerator