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()
405 if (block_config->source_gather_en && (block_config->source_gather_interval != 0)) { 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_emul.c180 cfg->source_gather_interval, cfg->dest_scatter_interval, cfg->dest_scatter_count, in dma_emul_block_config_to_string()
Ddma_silabs_ldma.c97 block->source_gather_interval || block->dest_scatter_interval || in dma_silabs_block_to_descriptor()
Ddma_renesas_rz.c105 cfg->head_block->source_gather_interval || cfg->head_block->dest_scatter_interval) { in dma_channel_config_check_parameters()
/Zephyr-latest/include/zephyr/drivers/
Ddma.h119 uint32_t source_gather_interval; member