Home
last modified time | relevance | path

Searched refs:DT_INST_FOREACH_PROP_ELEM (Results 1 – 18 of 18) sorted by relevance

/Zephyr-latest/subsys/input/
Dinput_keymap.c105 DT_INST_FOREACH_PROP_ELEM(inst, keymap, KEYMAP_ENTRY_VALIDATE) \
108 DT_INST_FOREACH_PROP_ELEM(inst, keymap, CODES_INIT) \
/Zephyr-latest/drivers/misc/nxp_s32_emios/
Dnxp_s32_emios.c104 DT_INST_FOREACH_PROP_ELEM(n, interrupt_names, EMIOS_INTERRUPT_DEFINE)
119 DT_INST_FOREACH_PROP_ELEM(n, interrupt_names, EMIOS_INTERRUPT_CONFIG) \
/Zephyr-latest/drivers/pwm/
Dpwm_nrf_sw.c415 DT_INST_FOREACH_PROP_ELEM(0, channel_gpios, GPIOTE_AND_COMMA)
418 DT_INST_FOREACH_PROP_ELEM(0, channel_gpios, PSEL_AND_COMMA)
421 DT_INST_FOREACH_PROP_ELEM(0, channel_gpios, ACTIVE_LOW_BITS) 0,
Dpwm_mcux_ftm.c544 DT_INST_FOREACH_PROP_ELEM(n, interrupt_names, FTM_ISR_CONFIG) \
/Zephyr-latest/drivers/gpio/
Dgpio_renesas_ra.c417 DT_INST_FOREACH_PROP_ELEM(idx, interrupt_names, GPIO_RA_DECL_PINS); \
418 DT_INST_FOREACH_PROP_ELEM(idx, interrupt_names, GPIO_RA_ISR_DECL); \
420 DT_INST_FOREACH_PROP_ELEM(idx, interrupt_names, GPIO_RA_IRQ_INFO)}; \
Dgpio_nct38xx_alert.c165 DT_INST_FOREACH_PROP_ELEM(inst, nct38xx_dev, NCT38XX_DEV_AND_COMMA)}; \
Dgpio_imx.c271 DT_INST_FOREACH_PROP_ELEM(n, pinmux, PINMUX_INIT) \
/Zephyr-latest/drivers/coredump/
Dcoredump_impl.c167 DT_INST_FOREACH_PROP_ELEM(n, memory_regions, INIT_REGION) \
/Zephyr-latest/drivers/dma/
Ddma_mchp_xec.c799 DT_INST_FOREACH_PROP_ELEM(inst, girqs, DMA_XEC_IRQ_DECLARE) \
802 DT_INST_FOREACH_PROP_ELEM(inst, girqs, DMA_XEC_IRQ_CONNECT_SUB) \
823 DT_INST_FOREACH_PROP_ELEM(i, girqs, DMA_XEC_GIRQ_INFO) \
/Zephyr-latest/drivers/counter/
Dcounter_rpi_pico_timer.c218 DT_INST_FOREACH_PROP_ELEM(inst, interrupt_names, RPI_PICO_TIMER_IRQ_ENABLE); \
/Zephyr-latest/drivers/serial/
Duart_pl011.c642 DT_INST_FOREACH_PROP_ELEM(n, interrupt_names, \
699 DT_INST_FOREACH_PROP_ELEM(n, interrupt_names, \
/Zephyr-latest/drivers/i2c/
Di2c_emul.c324 (DT_INST_FOREACH_PROP_ELEM(n, forwards, EMUL_FORWARD_ITEM)), ())}; \
/Zephyr-latest/drivers/can/
Dcan_mcux_flexcan.c1430 DT_INST_FOREACH_PROP_ELEM(id, interrupt_names, FLEXCAN_IRQ_CONFIG_CODE); \
1435 DT_INST_FOREACH_PROP_ELEM(id, interrupt_names, FLEXCAN_IRQ_ENABLE_CODE); \
1440 DT_INST_FOREACH_PROP_ELEM(id, interrupt_names, FLEXCAN_IRQ_DISABLE_CODE); \
Dcan_nxp_s32_canxl.c1146 DT_INST_FOREACH_PROP_ELEM(n, interrupt_names, _CAN_NXP_S32_IRQ_CONFIG); \
/Zephyr-latest/drivers/ethernet/nxp_enet/
Deth_nxp_enet.c974 DT_INST_FOREACH_PROP_ELEM(n, interrupt_names, \
/Zephyr-latest/drivers/espi/
Despi_saf_mchp_xec_v2.c1114 DT_INST_FOREACH_PROP_ELEM(n, girqs, XEC_SAF_IRQ_INFO) \
/Zephyr-latest/include/zephyr/
Ddevicetree.h5005 #define DT_INST_FOREACH_PROP_ELEM(inst, prop, fn) \ macro
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c1948 DT_INST_FOREACH_PROP_ELEM(0, a, TIMES_TWO) in ZTEST()