Searched refs:cyclic (Results 1 – 23 of 23) sorted by relevance
/Zephyr-latest/drivers/mfd/ |
D | Kconfig.tle9104 | 8 # using select SPI at this point introduces a cyclic dependency
|
D | Kconfig.bd8lb600fs | 8 # using select SPI at this point introduces a cyclic dependency
|
/Zephyr-latest/drivers/dma/ |
D | dma_stm32.c | 123 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()
|
D | dma_stm32_bdma.h | 31 bool cyclic; member
|
D | dma_mcux_edma.c | 90 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()
|
D | dma_stm32_bdma.c | 341 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()
|
D | dma_stm32.h | 30 bool cyclic; member
|
D | dma_si32.c | 189 if (cfg->cyclic > 1) { in dma_si32_config()
|
D | dma_smartbond.c | 578 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()
|
D | dma_emul.c | 153 cfg->linked_channel, cfg->cyclic, cfg->_reserved, cfg->source_data_size, in dma_emul_xfer_config_to_string()
|
D | dma_nxp_edma.c | 250 if (dma_cfg->cyclic) { in edma_config()
|
D | dma_dw_common.c | 385 if (cfg->cyclic) { in dw_dma_config()
|
/Zephyr-latest/tests/boards/intel_adsp/ssp/src/ |
D | main.c | 110 dma_cfg.cyclic = 1; in config_output_dma() 150 dma_cfg_rx.cyclic = 1; in config_input_dma()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | dma.h | 251 uint32_t cyclic : 1; member
|
/Zephyr-latest/scripts/ci/ |
D | pylintrc | 175 cyclic-import,
|
/Zephyr-latest/arch/xtensa/core/ |
D | README_WINDOWS.rst | 16 WINDOWBASE. The register file is cyclic, so for example if NREGS==64
|
/Zephyr-latest/drivers/i2s/ |
D | i2s_mcux_sai.c | 1217 .cyclic = 1, \ 1235 .cyclic = 1, \
|
/Zephyr-latest/drivers/serial/ |
D | uart_mcux_lpuart.c | 1342 .cyclic = 1, \
|
/Zephyr-latest/doc/build/dts/api/ |
D | api.rst | 161 chosen is an implementation detail, but cyclic dependencies are detected and
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 443 cylic||cyclic
|
/Zephyr-latest/doc/releases/ |
D | release-notes-4.0.rst | 519 …* Added support for eDMAv5 and cyclic mode (:github:`80584`) to the NXP EMDA driver (:dtcompatible…
|
D | release-notes-2.6.rst | 2167 * :github:`17571` - mempool is expensive for cyclic use
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 3699 message(FATAL_ERROR "Unmet or cyclic dependencies:\n${dep_string}")
|