Home
last modified time | relevance | path

Searched refs:DT_INST_DMAS_CELL_BY_IDX (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/dma/
Ddma_stm32.h39 #define STM32_DMA_SLOT_BY_IDX(id, idx, slot) DT_INST_DMAS_CELL_BY_IDX(id, idx, slot)
56 DT_INST_DMAS_CELL_BY_IDX(id, idx, channel_config)
/Zephyr-latest/include/zephyr/devicetree/
Ddma.h176 #define DT_INST_DMAS_CELL_BY_IDX(inst, idx, cell) \ macro
/Zephyr-latest/drivers/video/
Dvideo_stm32_dcmi.c396 .channel = DT_INST_DMAS_CELL_BY_IDX(index, 0, channel), \
/Zephyr-latest/drivers/adc/
Dadc_mcux_adc16.c447 .dma_slot = DT_INST_DMAS_CELL_BY_IDX(n, 0, source), \
Dadc_esp32.c726 (DT_INST_DMAS_CELL_BY_IDX(n, 0, channel)), \
Dadc_stm32wb0.c1223 .dma_slot = DT_INST_DMAS_CELL_BY_IDX(ADC_INSTANCE, 0, slot),
Dadc_stm32.c1717 .channel = DT_INST_DMAS_CELL_BY_IDX(index, 0, channel), \
/Zephyr-latest/drivers/mipi_dbi/
Dmipi_dbi_nxp_lcdic.c846 .channel = DT_INST_DMAS_CELL_BY_IDX(n, 0, channel), \
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c1312 zassert_equal(DT_INST_DMAS_CELL_BY_IDX(0, 1, channel), 3, ""); in ZTEST()
1314 zassert_equal(DT_INST_DMAS_CELL_BY_IDX(0, 1, slot), 4, ""); in ZTEST()