Home
last modified time | relevance | path

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

/Zephyr-latest/tests/boards/intel_adsp/ssp/src/
Dmain.c109 dma_cfg.source_handshake = 0; in config_output_dma()
149 dma_cfg_rx.source_handshake = 0; in config_input_dma()
/Zephyr-latest/drivers/dma/
Ddma_si32.c169 if (cfg->source_handshake > 1 || cfg->dest_handshake > 1) { in dma_si32_config()
Ddma_smartbond.c636 if ((cfg->source_handshake != cfg->dest_handshake) || in dma_smartbond_config()
637 (cfg->source_handshake != 0)/*HW*/) { in dma_smartbond_config()
Ddma_silabs_ldma.c334 if (config->source_handshake || config->dest_handshake || config->source_chaining_en || in dma_silabs_configure()
Ddma_emul.c151 cfg->error_callback_dis, cfg->source_handshake, cfg->dest_handshake, in dma_emul_xfer_config_to_string()
Ddma_mcux_edma.c368 if (config->source_handshake || config->dest_handshake || in dma_mcux_edma_configure()
/Zephyr-latest/include/zephyr/drivers/
Ddma.h232 uint32_t source_handshake : 1; member
/Zephyr-latest/drivers/i2s/
Di2s_mcux_flexcomm.c453 LOG_DBG("source_handshake is %d", stream->dma_cfg.source_handshake); in i2s_mcux_config_dma_blocks()