Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_max32.c20 struct max32_dma_config { struct
77 static int max32_dma_config(const struct device *dev, uint32_t channel, struct dma_config *config) in max32_dma_config() function
80 const struct max32_dma_config *cfg = dev->config; in max32_dma_config()
159 const struct max32_dma_config *cfg = dev->config; in max32_dma_reload()
184 const struct max32_dma_config *cfg = dev->config; in max32_dma_start()
204 const struct max32_dma_config *cfg = dev->config; in max32_dma_stop()
219 const struct max32_dma_config *cfg = dev->config; in max32_dma_get_status()
249 const struct max32_dma_config *cfg = dev->config; in max32_dma_isr()
291 const struct max32_dma_config *cfg = dev->config; in max32_dma_init()
322 .config = max32_dma_config,
[all …]