Home
last modified time | relevance | path

Searched refs:periph_addr_adj (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/drivers/dma/
Ddma_stm32.c387 uint16_t memory_addr_adj = 0, periph_addr_adj = 0; in dma_stm32_configure() local
405 periph_addr_adj = config->head_block->source_addr_adj; in dma_stm32_configure()
409 periph_addr_adj = config->head_block->dest_addr_adj; in dma_stm32_configure()
427 ret = dma_stm32_get_periph_increment(periph_addr_adj, in dma_stm32_configure()
Ddma_stm32_bdma.c594 uint16_t memory_addr_adj = 0, periph_addr_adj = 0; in bdma_stm32_configure() local
612 periph_addr_adj = config->head_block->source_addr_adj; in bdma_stm32_configure()
616 periph_addr_adj = config->head_block->dest_addr_adj; in bdma_stm32_configure()
630 ret = bdma_stm32_get_periph_increment(periph_addr_adj, in bdma_stm32_configure()