Home
last modified time | relevance | path

Searched refs:memory_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
404 memory_addr_adj = config->head_block->dest_addr_adj; in dma_stm32_configure()
408 memory_addr_adj = config->head_block->source_addr_adj; in dma_stm32_configure()
418 ret = dma_stm32_get_memory_increment(memory_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
611 memory_addr_adj = config->head_block->dest_addr_adj; in bdma_stm32_configure()
615 memory_addr_adj = config->head_block->source_addr_adj; in bdma_stm32_configure()
625 ret = bdma_stm32_get_memory_increment(memory_addr_adj, in bdma_stm32_configure()