Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_xspi.c287 static void XSPI_DMAAbortCplt(DMA_HandleTypeDef *hdma);
729 hxspi->hdmatx->XferAbortCallback = XSPI_DMAAbortCplt; in HAL_XSPI_IRQHandler()
743 hxspi->hdmarx->XferAbortCallback = XSPI_DMAAbortCplt; in HAL_XSPI_IRQHandler()
2487 hxspi->hdmatx->XferAbortCallback = XSPI_DMAAbortCplt; in HAL_XSPI_Abort_IT()
2501 hxspi->hdmarx->XferAbortCallback = XSPI_DMAAbortCplt; in HAL_XSPI_Abort_IT()
2920 static void XSPI_DMAAbortCplt(DMA_HandleTypeDef *hdma) in XSPI_DMAAbortCplt() function
/hal_stm32-3.5.0/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_xspi.c314 static void XSPI_DMAAbortCplt(DMA_HandleTypeDef *hdma);
791 hxspi->hdmatx->XferAbortCallback = XSPI_DMAAbortCplt; in HAL_XSPI_IRQHandler()
805 hxspi->hdmarx->XferAbortCallback = XSPI_DMAAbortCplt; in HAL_XSPI_IRQHandler()
2635 hxspi->hdmatx->XferAbortCallback = XSPI_DMAAbortCplt; in HAL_XSPI_Abort_IT()
2649 hxspi->hdmarx->XferAbortCallback = XSPI_DMAAbortCplt; in HAL_XSPI_Abort_IT()
3514 static void XSPI_DMAAbortCplt(DMA_HandleTypeDef *hdma) in XSPI_DMAAbortCplt() function