Home
last modified time | relevance | path

Searched defs:hdma (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/drivers/video/
Dvideo_stm32_dcmi.c98 DMA_HandleTypeDef *hdma = arg; in dmci_dma_callback() local
109 void HAL_DMA_ErrorCallback(DMA_HandleTypeDef *hdma) in HAL_DMA_ErrorCallback()
135 static DMA_HandleTypeDef hdma; in stm32_dma_init() local
/Zephyr-latest/drivers/flash/
Dflash_stm32_qspi.c779 DMA_HandleTypeDef *hdma = arg; in qspi_dma_callback() local
792 __weak HAL_StatusTypeDef HAL_DMA_Abort(DMA_HandleTypeDef *hdma) in HAL_DMA_Abort()
797 __weak HAL_StatusTypeDef HAL_DMA_Abort_IT(DMA_HandleTypeDef *hdma) in HAL_DMA_Abort_IT()
1348 static DMA_HandleTypeDef hdma; in flash_stm32_qspi_init() local
Dflash_stm32_xspi.c1418 __weak HAL_StatusTypeDef HAL_DMA_Abort_IT(DMA_HandleTypeDef *hdma) in HAL_DMA_Abort_IT()
1424 __weak HAL_StatusTypeDef HAL_DMA_Abort(DMA_HandleTypeDef *hdma) in HAL_DMA_Abort()
1435 DMA_HandleTypeDef *hdma = arg; in xspi_dma_callback() local
1936 static int flash_stm32_xspi_dma_init(DMA_HandleTypeDef *hdma, struct stream *dma_stream) in flash_stm32_xspi_dma_init()
Dflash_stm32_ospi.c1582 __weak HAL_StatusTypeDef HAL_DMA_Abort_IT(DMA_HandleTypeDef *hdma) in HAL_DMA_Abort_IT()
1588 __weak HAL_StatusTypeDef HAL_DMA_Abort(DMA_HandleTypeDef *hdma) in HAL_DMA_Abort()
1599 DMA_HandleTypeDef *hdma = arg; in ospi_dma_callback() local
2146 static DMA_HandleTypeDef hdma; in flash_stm32_ospi_init() local
/Zephyr-latest/drivers/disk/
Dsdmmc_stm32.c190 DMA_HandleTypeDef *hdma = arg; in stm32_sdmmc_dma_cb() local