Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_fmpi2c.c426 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