Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/disk/
Dsdmmc_stm32.c58 struct sdmmc_dma_stream { struct
90 struct sdmmc_dma_stream dma_rx;
91 struct sdmmc_dma_stream dma_tx;
200 static int stm32_sdmmc_configure_dma(DMA_HandleTypeDef *handle, struct sdmmc_dma_stream *dma) in stm32_sdmmc_configure_dma()
261 struct sdmmc_dma_stream *dma_tx = &priv->dma_tx; in stm32_sdmmc_dma_deinit()
262 struct sdmmc_dma_stream *dma_rx = &priv->dma_rx; in stm32_sdmmc_dma_deinit()