Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/include/drivers/
Ddma.h102 uint16_t source_gather_en : 1; member
/Zephyr-Core-2.7.6/drivers/spi/
Dspi_mcux_flexcomm.c354 blk_cfg->source_gather_en = 1; in spi_mcux_dma_tx_load()
388 blk_cfg->source_gather_en = 1; in spi_mcux_dma_tx_load()
/Zephyr-Core-2.7.6/drivers/dma/
Ddma_mcux_lpc.c202 if (block_config->source_gather_en || block_config->dest_scatter_en) { in dma_mcux_lpc_configure()
Ddma_mcux_edma.c273 if (block_config->source_gather_en || block_config->dest_scatter_en) { in dma_mcux_edma_configure()
/Zephyr-Core-2.7.6/drivers/i2s/
Di2s_mcux_flexcomm.c372 blk_cfg->source_gather_en = 1; in i2s_mcux_config_dma_blocks()