/Zephyr-latest/drivers/memc/ |
D | memc_nxp_flexram.h | 56 iomuxc_gpr->GPR17 = (DT_FOREACH_PROP_ELEM_SEP(FLEXRAM_DT_NODE, flexram_bank_spec, in memc_flexram_dt_partition() 58 iomuxc_gpr->GPR18 = (((DT_FOREACH_PROP_ELEM_SEP(FLEXRAM_DT_NODE, flexram_bank_spec, in memc_flexram_dt_partition() 61 iomuxc_gpr->GPR17 = DT_FOREACH_PROP_ELEM_SEP(FLEXRAM_DT_NODE, flexram_bank_spec, in memc_flexram_dt_partition()
|
D | memc_nxp_flexram.c | 57 DT_FOREACH_PROP_ELEM_SEP(FLEXRAM_DT_NODE, flexram_bank_spec, PLUS_ONE_BANK, (+)) 65 DT_FOREACH_PROP_ELEM_SEP(FLEXRAM_DT_NODE, flexram_bank_spec, ADD_BANK_IF_OCRAM, (+)) 74 DT_FOREACH_PROP_ELEM_SEP(FLEXRAM_DT_NODE, flexram_bank_spec, ADD_BANK_IF_DTCM, (+)) 83 DT_FOREACH_PROP_ELEM_SEP(FLEXRAM_DT_NODE, flexram_bank_spec, ADD_BANK_IF_ITCM, (+))
|
/Zephyr-latest/tests/drivers/console_switching/src/ |
D | main.c | 18 DT_FOREACH_PROP_ELEM_SEP(DT_NODELABEL(devmux0), devices, PHANDLE_TO_DEVICE, (,))}; 23 DT_FOREACH_PROP_ELEM_SEP(DT_NODELABEL(devmux0), devices, PHANDLE_TO_NAME, (,))}; 29 DT_FOREACH_PROP_ELEM_SEP(DT_NODELABEL(devmux0), devices, PHANDLE_TO_TEXT, (,))};
|
/Zephyr-latest/include/zephyr/drivers/sensor/ |
D | battery.h | 59 ({DT_FOREACH_PROP_ELEM_SEP(node_id, table, DT_PROP_BY_IDX, (,))}), ({-1}))
|
/Zephyr-latest/boards/beagle/beagleconnect_freedom/ |
D | board_antenna.c | 51 DT_FOREACH_PROP_ELEM_SEP(DT_NODELABEL(antenna_mux0), gpios, GPIO_DT_SPEC_GET_BY_IDX, (,))};
|
/Zephyr-latest/boards/ti/common/ |
D | board_antenna.c | 52 DT_FOREACH_PROP_ELEM_SEP(DT_NODELABEL(antenna_mux0), gpios, GPIO_DT_SPEC_GET_BY_IDX, (,))};
|
/Zephyr-latest/include/zephyr/pm/ |
D | state.h | 261 (DT_FOREACH_PROP_ELEM_SEP(node_id, cpu_power_states, Z_DT_PHANDLE_01, (+))), \
|
/Zephyr-latest/soc/renesas/rz/common/ |
D | pinctrl_rzg.h | 42 {DT_FOREACH_PROP_ELEM_SEP(node_id, prop, Z_PINCTRL_STATE_PIN_INIT, ())};
|
/Zephyr-latest/include/zephyr/drivers/ |
D | bluetooth.h | 82 (DT_FOREACH_PROP_ELEM_SEP(node_id, \
|
/Zephyr-latest/ |
D | .clang-format | 114 - DT_FOREACH_PROP_ELEM_SEP
|
/Zephyr-latest/include/zephyr/drivers/mspi/ |
D | devicetree.h | 244 (DT_FOREACH_PROP_ELEM_SEP(node_id, ce_gpios, GPIO_DT_SPEC_GET_BY_IDX, (,))), \
|
/Zephyr-latest/soc/nxp/rw/ |
D | soc.c | 289 DT_FOREACH_PROP_ELEM_SEP(DT_NODELABEL(pmu), reset_causes_en, DT_PROP_BY_IDX, (|)) in soc_early_init_hook()
|
/Zephyr-latest/subsys/logging/backends/ |
D | log_backend_uart.c | 250 DT_FOREACH_PROP_ELEM_SEP(DT_CHOSEN(zephyr_log_uart), uarts, LBU_PHA_FN, ());
|
/Zephyr-latest/drivers/input/ |
D | input_adc_keys.c | 202 DT_FOREACH_PROP_ELEM_SEP(node_id, press_thresholds_mv, ADC_KEYS_CODE_CFG_ITEM, (,))
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_renesas_ra_ioport.c | 262 DT_FOREACH_PROP_ELEM_SEP(n, GPIO_RA_PINS_NAME(n, p, i), DT_PROP_BY_IDX, (,))};
|
D | gpio_renesas_ra.c | 393 const uint8_t _CONCAT(n, ___pins##i[]) = {DT_FOREACH_PROP_ELEM_SEP( \
|
/Zephyr-latest/modules/openthread/platform/ |
D | diag.c | 167 DT_FOREACH_PROP_ELEM_SEP(DT_COMPAT_GET_ANY_STATUS_OKAY(openthread_config),
|
/Zephyr-latest/drivers/flash/ |
D | flash_sam.c | 496 DT_FOREACH_PROP_ELEM_SEP(SAM_FLASH_DEVICE, erase_blocks, SAM_FLASH_PAGES_LAYOUT, (,))
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | nrfx_config.h | 985 (DT_FOREACH_PROP_ELEM_SEP(node_id, prop, NRFX_CONFIG_BIT_DT, (|))), \
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 3327 #define DT_FOREACH_PROP_ELEM_SEP(node_id, prop, fn, sep) \ macro 5021 DT_FOREACH_PROP_ELEM_SEP(DT_DRV_INST(inst), prop, fn, sep)
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_uac2_macros.h | 34 DT_FOREACH_PROP_ELEM_SEP(node, prop, ARRAY_ELEMENT_LESS_THAN_NEXT, (&&))
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 1936 DT_FOREACH_PROP_ELEM_SEP(TEST_ARRAYS, a, DT_PROP_BY_IDX, (,)) in ZTEST()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.3.rst | 1199 - :c:macro:`DT_FOREACH_PROP_ELEM_SEP`
|