Searched refs:FMPI2C_DMAAbort (Results 1 – 1 of 1) sorted by relevance
417 static void FMPI2C_DMAAbort(DMA_HandleTypeDef *hdma);3799 hfmpi2c->hdmarx->XferAbortCallback = FMPI2C_DMAAbort; in HAL_FMPI2C_Slave_Seq_Transmit_IT()3897 hfmpi2c->hdmarx->XferAbortCallback = FMPI2C_DMAAbort; in HAL_FMPI2C_Slave_Seq_Transmit_DMA()3919 hfmpi2c->hdmatx->XferAbortCallback = FMPI2C_DMAAbort; in HAL_FMPI2C_Slave_Seq_Transmit_DMA()4076 hfmpi2c->hdmatx->XferAbortCallback = FMPI2C_DMAAbort; in HAL_FMPI2C_Slave_Seq_Receive_IT()4174 hfmpi2c->hdmatx->XferAbortCallback = FMPI2C_DMAAbort; in HAL_FMPI2C_Slave_Seq_Receive_DMA()4196 hfmpi2c->hdmarx->XferAbortCallback = FMPI2C_DMAAbort; in HAL_FMPI2C_Slave_Seq_Receive_DMA()6038 hfmpi2c->hdmatx->XferAbortCallback = FMPI2C_DMAAbort; in FMPI2C_ITError()6068 hfmpi2c->hdmarx->XferAbortCallback = FMPI2C_DMAAbort; in FMPI2C_ITError()6350 static void FMPI2C_DMAAbort(DMA_HandleTypeDef *hdma) in FMPI2C_DMAAbort() function