Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_stm32.h104 uint32_t stm32_dma_get_pburst(struct dma_config *config, bool source_periph);
Ddma_stm32_v1.c383 uint32_t stm32_dma_get_pburst(struct dma_config *config, bool source_periph) in stm32_dma_get_pburst() function
Ddma_stm32.c453 DMA_InitStruct.PeriphBurst = stm32_dma_get_pburst(config, in dma_stm32_configure()