Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_stm32.h23 bool source_periph; member
103 uint32_t stm32_dma_get_mburst(struct dma_config *config, bool source_periph);
104 uint32_t stm32_dma_get_pburst(struct dma_config *config, bool source_periph);
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()
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()
Ddma_stm32_bdma.h24 bool source_periph; member
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()
Ddma_stm32u5.c488 stream->source_periph = (stream->direction == PERIPHERAL_TO_MEMORY); in dma_stm32_configure()
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst1554 * :github:`36781` - source_periph incorrectly set in dma_stm32