Home
last modified time | relevance | path

Searched refs:cyclic (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/drivers/mfd/
DKconfig.tle91048 # using select SPI at this point introduces a cyclic dependency
DKconfig.bd8lb600fs8 # using select SPI at this point introduces a cyclic dependency
/Zephyr-latest/drivers/dma/
Ddma_stm32.c123 if (!stream->cyclic) { in dma_stm32_irq_handler()
314 stream->cyclic = false; in dma_stm32_configure()
364 stream->cyclic = config->head_block->source_reload_en; in dma_stm32_configure()
436 if (stream->cyclic) { in dma_stm32_configure()
498 if (stream->cyclic) { in dma_stm32_configure()
Ddma_stm32_bdma.h31 bool cyclic; member
Ddma_mcux_edma.c90 bool cyclic; member
219 if (data->transfer_settings.cyclic) { in nxp_edma_callback()
360 data->transfer_settings.cyclic = config->cyclic; in dma_mcux_edma_configure()
408 if (config->cyclic) { in dma_mcux_edma_configure()
628 if (data->transfer_settings.cyclic) { in dma_mcux_edma_reload()
Ddma_stm32_bdma.c341 if (!channel->cyclic) { in bdma_stm32_irq_handler()
555 channel->cyclic = config->head_block->source_reload_en; in bdma_stm32_configure()
636 if (channel->cyclic) { in bdma_stm32_configure()
670 if (channel->cyclic) { in bdma_stm32_configure()
Ddma_stm32.h30 bool cyclic; member
Ddma_si32.c189 if (cfg->cyclic > 1) { in dma_si32_config()
Ddma_smartbond.c578 if (cfg->cyclic && DMA_CTRL_REG_GET_FIELD(DREQ_MODE, dma_ctrl_reg) != DREQ_MODE_HW) { in dma_smartbond_config()
583 DMA_CTRL_REG_SET_FIELD(CIRCULAR, dma_ctrl_reg, cfg->cyclic); in dma_smartbond_config()
Ddma_emul.c153 cfg->linked_channel, cfg->cyclic, cfg->_reserved, cfg->source_data_size, in dma_emul_xfer_config_to_string()
Ddma_nxp_edma.c250 if (dma_cfg->cyclic) { in edma_config()
Ddma_dw_common.c385 if (cfg->cyclic) { in dw_dma_config()
/Zephyr-latest/tests/boards/intel_adsp/ssp/src/
Dmain.c110 dma_cfg.cyclic = 1; in config_output_dma()
150 dma_cfg_rx.cyclic = 1; in config_input_dma()
/Zephyr-latest/include/zephyr/drivers/
Ddma.h251 uint32_t cyclic : 1; member
/Zephyr-latest/scripts/ci/
Dpylintrc175 cyclic-import,
/Zephyr-latest/arch/xtensa/core/
DREADME_WINDOWS.rst16 WINDOWBASE. The register file is cyclic, so for example if NREGS==64
/Zephyr-latest/drivers/i2s/
Di2s_mcux_sai.c1217 .cyclic = 1, \
1235 .cyclic = 1, \
/Zephyr-latest/drivers/serial/
Duart_mcux_lpuart.c1342 .cyclic = 1, \
/Zephyr-latest/doc/build/dts/api/
Dapi.rst161 chosen is an implementation detail, but cyclic dependencies are detected and
/Zephyr-latest/scripts/
Dspelling.txt443 cylic||cyclic
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst519 …* Added support for eDMAv5 and cyclic mode (:github:`80584`) to the NXP EMDA driver (:dtcompatible…
Drelease-notes-2.6.rst2167 * :github:`17571` - mempool is expensive for cyclic use
/Zephyr-latest/cmake/modules/
Dextensions.cmake3699 message(FATAL_ERROR "Unmet or cyclic dependencies:\n${dep_string}")