Searched defs:bdma_stm32_config (Results 1 – 1 of 1) sorted by relevance
38 struct bdma_stm32_config { struct39 struct stm32_pclken pclken;40 void (*config_irq)(const struct device *dev);41 bool support_m2m;42 uint32_t base;43 uint32_t max_channels;45 uint8_t offset; /* position in the list of bdmamux channel list */47 struct bdma_stm32_channel *channels;