Searched defs:dma_stm32_config (Results 1 – 1 of 1) sorted by relevance
37 struct dma_stm32_config { struct38 struct stm32_pclken pclken;39 void (*config_irq)(const struct device *dev);40 bool support_m2m;41 uint32_t base;42 uint32_t max_streams;44 uint8_t offset; /* position in the list of dmamux channel list */46 struct dma_stm32_stream *streams;