Home
last modified time | relevance | path

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

/btstack/port/stm32-l451-miromico-sx1280/Drivers/STM32L4xx_HAL_Driver/Src/
H A Dstm32l4xx_hal_ospi.c261 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