Home
last modified time | relevance | path

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

/drivers/dma/
A Ddma_stm32.h23 bool source_periph; member
107 uint32_t stm32_dma_get_mburst(struct dma_config *config, bool source_periph);
108 uint32_t stm32_dma_get_pburst(struct dma_config *config, bool source_periph);
A Ddma_stm32_v1.c357 uint32_t stm32_dma_get_mburst(struct dma_config *config, bool source_periph) in stm32_dma_get_mburst() argument
361 if (source_periph) { in stm32_dma_get_mburst()
383 uint32_t stm32_dma_get_pburst(struct dma_config *config, bool source_periph) in stm32_dma_get_pburst() argument
387 if (source_periph) { in stm32_dma_get_pburst()
A Ddma_stm32.c442 stream->source_periph = (stream->direction == PERIPHERAL_TO_MEMORY); in dma_stm32_configure()
452 stream->source_periph); in dma_stm32_configure()
454 stream->source_periph); in dma_stm32_configure()
481 if (stream->source_periph) { in dma_stm32_configure()
549 if (stream->source_periph) { in dma_stm32_reload()
A Ddma_stm32_bdma.h24 bool source_periph; member
A Ddma_stm32_bdma.c642 channel->source_periph = (channel->direction == PERIPHERAL_TO_MEMORY); in bdma_stm32_configure()
650 if (channel->source_periph) { in bdma_stm32_configure()
709 if (channel->source_periph) { in bdma_stm32_reload()
A Ddma_stm32u5.c479 stream->source_periph = (stream->direction == PERIPHERAL_TO_MEMORY); in dma_stm32_configure()

Completed in 22 milliseconds