Home
last modified time | relevance | path

Searched refs:DT_INST_DMAS_CELL_BY_IDX (Results 1 – 10 of 10) 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/drivers/dai/nxp/micfil/
Dmicfil.c26 ((DT_INST_DMAS_CELL_BY_IDX(inst, 0, channel) & GENMASK(7, 0)) | \
27 ((DT_INST_DMAS_CELL_BY_IDX(inst, 0, mux) << 8) & GENMASK(15, 8)))
/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.c397 .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.c746 (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.c1792 .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.c1299 zassert_equal(DT_INST_DMAS_CELL_BY_IDX(0, 1, channel), 3, ""); in ZTEST()
1301 zassert_equal(DT_INST_DMAS_CELL_BY_IDX(0, 1, slot), 4, ""); in ZTEST()