Searched refs:FMPI2C_DMAAbort (Results 1 – 1 of 1) sorted by relevance
426 static void FMPI2C_DMAAbort(DMA_HandleTypeDef *hdma);3981 hfmpi2c->hdmarx->XferAbortCallback = FMPI2C_DMAAbort; in HAL_FMPI2C_Slave_Seq_Transmit_IT()4082 hfmpi2c->hdmarx->XferAbortCallback = FMPI2C_DMAAbort; in HAL_FMPI2C_Slave_Seq_Transmit_DMA()4104 hfmpi2c->hdmatx->XferAbortCallback = FMPI2C_DMAAbort; in HAL_FMPI2C_Slave_Seq_Transmit_DMA()4265 hfmpi2c->hdmatx->XferAbortCallback = FMPI2C_DMAAbort; in HAL_FMPI2C_Slave_Seq_Receive_IT()4366 hfmpi2c->hdmatx->XferAbortCallback = FMPI2C_DMAAbort; in HAL_FMPI2C_Slave_Seq_Receive_DMA()4388 hfmpi2c->hdmarx->XferAbortCallback = FMPI2C_DMAAbort; in HAL_FMPI2C_Slave_Seq_Receive_DMA()6649 hfmpi2c->hdmatx->XferAbortCallback = FMPI2C_DMAAbort; in FMPI2C_ITError()6679 hfmpi2c->hdmarx->XferAbortCallback = FMPI2C_DMAAbort; in FMPI2C_ITError()6974 static void FMPI2C_DMAAbort(DMA_HandleTypeDef *hdma) in FMPI2C_DMAAbort() function