Searched refs:DT_INST_FOREACH_PROP_ELEM (Results 1 – 18 of 18) sorted by relevance
/Zephyr-latest/subsys/input/ |
D | input_keymap.c | 105 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/ |
D | nxp_s32_emios.c | 104 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/ |
D | pwm_nrf_sw.c | 415 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,
|
D | pwm_mcux_ftm.c | 544 DT_INST_FOREACH_PROP_ELEM(n, interrupt_names, FTM_ISR_CONFIG) \
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_renesas_ra.c | 417 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)}; \
|
D | gpio_nct38xx_alert.c | 165 DT_INST_FOREACH_PROP_ELEM(inst, nct38xx_dev, NCT38XX_DEV_AND_COMMA)}; \
|
D | gpio_imx.c | 271 DT_INST_FOREACH_PROP_ELEM(n, pinmux, PINMUX_INIT) \
|
/Zephyr-latest/drivers/coredump/ |
D | coredump_impl.c | 167 DT_INST_FOREACH_PROP_ELEM(n, memory_regions, INIT_REGION) \
|
/Zephyr-latest/drivers/dma/ |
D | dma_mchp_xec.c | 799 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/ |
D | counter_rpi_pico_timer.c | 218 DT_INST_FOREACH_PROP_ELEM(inst, interrupt_names, RPI_PICO_TIMER_IRQ_ENABLE); \
|
/Zephyr-latest/drivers/serial/ |
D | uart_pl011.c | 642 DT_INST_FOREACH_PROP_ELEM(n, interrupt_names, \ 699 DT_INST_FOREACH_PROP_ELEM(n, interrupt_names, \
|
/Zephyr-latest/drivers/i2c/ |
D | i2c_emul.c | 324 (DT_INST_FOREACH_PROP_ELEM(n, forwards, EMUL_FORWARD_ITEM)), ())}; \
|
/Zephyr-latest/drivers/can/ |
D | can_mcux_flexcan.c | 1430 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); \
|
D | can_nxp_s32_canxl.c | 1146 DT_INST_FOREACH_PROP_ELEM(n, interrupt_names, _CAN_NXP_S32_IRQ_CONFIG); \
|
/Zephyr-latest/drivers/ethernet/nxp_enet/ |
D | eth_nxp_enet.c | 974 DT_INST_FOREACH_PROP_ELEM(n, interrupt_names, \
|
/Zephyr-latest/drivers/espi/ |
D | espi_saf_mchp_xec_v2.c | 1114 DT_INST_FOREACH_PROP_ELEM(n, girqs, XEC_SAF_IRQ_INFO) \
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 5005 #define DT_INST_FOREACH_PROP_ELEM(inst, prop, fn) \ macro
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 1948 DT_INST_FOREACH_PROP_ELEM(0, a, TIMES_TWO) in ZTEST()
|