Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/disk/
Dsdmmc_stm32.c230 static DMA_HandleTypeDef dma_rx_handle; in stm32_sdmmc_dma_init() local
244 err = stm32_sdmmc_configure_dma(&dma_rx_handle, &priv->dma_rx); in stm32_sdmmc_dma_init()
249 __HAL_LINKDMA(&priv->hsd, hdmarx, dma_rx_handle); in stm32_sdmmc_dma_init()
250 HAL_DMA_DeInit(&dma_rx_handle); in stm32_sdmmc_dma_init()
251 HAL_DMA_Init(&dma_rx_handle); in stm32_sdmmc_dma_init()