Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_gd32.c345 struct dma_gd32_srcdst_config dst_cfg; in dma_gd32_config() local
430 dst_cfg.addr = dma_cfg->head_block->dest_address; in dma_gd32_config()
431 dst_cfg.adj = dma_cfg->head_block->dest_addr_adj; in dma_gd32_config()
432 dst_cfg.width = dma_cfg->dest_data_size; in dma_gd32_config()
437 memory_cfg = &dst_cfg; in dma_gd32_config()
442 memory_cfg = &dst_cfg; in dma_gd32_config()
448 periph_cfg = &dst_cfg; in dma_gd32_config()