Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/drivers/disk/
Dsdmmc_stm32.c229 static DMA_HandleTypeDef dma_tx_handle; in stm32_sdmmc_dma_init() local
235 err = stm32_sdmmc_configure_dma(&dma_tx_handle, &priv->dma_tx); in stm32_sdmmc_dma_init()
240 __HAL_LINKDMA(&priv->hsd, hdmatx, dma_tx_handle); in stm32_sdmmc_dma_init()
241 HAL_DMA_DeInit(&dma_tx_handle); in stm32_sdmmc_dma_init()
242 HAL_DMA_Init(&dma_tx_handle); in stm32_sdmmc_dma_init()