Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/dma/
Ddma_mcux_lpc.c362 assert(block_config->source_gather_interval == in dma_mcux_lpc_configure()
406 src_inc = block_config->source_gather_interval / width; in dma_mcux_lpc_configure()
428 src_inc = block_config->source_gather_interval / width; in dma_mcux_lpc_configure()
Ddma_silabs_ldma.c95 block->source_gather_interval || block->dest_scatter_interval || in dma_silabs_block_to_descriptor()
Ddma_xmc4xxx.c274 dma->CH[channel].SGR = (block->source_gather_interval & GPDMA0_CH_SGR_SGI_Msk) | in dma_xmc4xxx_config()
Ddma_emul.c185 cfg->source_gather_interval, cfg->dest_scatter_interval, cfg->dest_scatter_count, in dma_emul_block_config_to_string()
/Zephyr-latest/include/zephyr/drivers/
Ddma.h119 uint32_t source_gather_interval; member