Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/drivers/
Ddma.h125 uint16_t source_gather_count; member
/Zephyr-latest/drivers/dma/
Ddma_emul.c181 cfg->source_gather_count, cfg->block_size, cfg->next_block, cfg->source_gather_en, in dma_emul_block_config_to_string()
Ddma_silabs_ldma.c96 if (block->dest_scatter_count || block->source_gather_count || in dma_silabs_block_to_descriptor()
Ddma_renesas_rz.c104 if (cfg->head_block->dest_scatter_count || cfg->head_block->source_gather_count || in dma_channel_config_check_parameters()
Ddma_xmc4xxx.c172 if (block->source_gather_en && block->source_gather_count > 0) { in dma_xmc4xxx_reg_ctll()