Home
last modified time | relevance | path

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

12

/Zephyr-latest/tests/drivers/dma/cyclic/
DCMakeLists.txt5 project(cyclic) project
/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_xmc4xxx.c237 config->cyclic) { in dma_xmc4xxx_config()
282 if (config->block_count == 1 && config->cyclic == 0) { in dma_xmc4xxx_config()
318 } else if (config->cyclic) { in dma_xmc4xxx_config()
324 if (i < config->block_count - 1 || config->cyclic) { in dma_xmc4xxx_config()
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_mcux_edma.c90 bool cyclic; member
219 if (data->transfer_settings.cyclic) { in nxp_edma_callback()
382 data->transfer_settings.cyclic = config->cyclic; in dma_mcux_edma_configure()
430 if (config->cyclic) { in dma_mcux_edma_configure()
650 if (data->transfer_settings.cyclic) { in dma_mcux_edma_reload()
Ddma_wch.c130 if (dma_cfg->cyclic) { in dma_wch_config()
174 if (dma_cfg->cyclic) { in dma_wch_config()
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_stm32u5.c277 if (stream->cyclic == false) { in dma_stm32_irq_handler()
516 stream->cyclic = true; in dma_stm32_configure()
Ddma_emul.c148 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/drivers/dma/cyclic/src/
Dtest_dma_cyclic.c67 dma_cfg.cyclic = 1; in test_cyclic()
/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/drivers/serial/
Duart_stm32.c1125 if (data->dma_rx.dma_cfg.cyclic == 0) { in async_evt_rx_rdy()
1555 if (data->dma_rx.dma_cfg.cyclic == 0) { in uart_stm32_dma_rx_cb()
1872 data->dma_rx.blk_cfg.source_reload_en = data->dma_rx.dma_cfg.cyclic; in uart_stm32_async_init()
1873 data->dma_rx.blk_cfg.dest_reload_en = data->dma_rx.dma_cfg.cyclic; in uart_stm32_async_init()
1912 data->dma_tx.blk_cfg.source_reload_en = data->dma_tx.dma_cfg.cyclic; in uart_stm32_async_init()
1913 data->dma_tx.blk_cfg.dest_reload_en = data->dma_tx.dma_cfg.cyclic; in uart_stm32_async_init()
2272 .cyclic = STM32_DMA_CONFIG_CYCLIC( \
Duart_mcux_lpuart.c1390 .cyclic = 1, \
/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/doc/build/dts/api/
Dapi.rst159 chosen is an implementation detail, but cyclic dependencies are detected and

12