Searched refs:OSPI_DMAAbortCplt (Results 1 – 1 of 1) sorted by relevance
261 static void OSPI_DMAAbortCplt (DMA_HandleTypeDef *hdma);701 hospi->hdma->XferAbortCallback = OSPI_DMAAbortCplt; in HAL_OSPI_IRQHandler()2313 hospi->hdma->XferAbortCallback = OSPI_DMAAbortCplt; in HAL_OSPI_Abort_IT()2740 static void OSPI_DMAAbortCplt(DMA_HandleTypeDef *hdma) in OSPI_DMAAbortCplt() function