Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/drivers/dma/
Ddma_stm32.h102 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.c457 DMA_InitStruct.PeriphBurst = stm32_dma_get_pburst(config, in dma_stm32_configure()