Home
last modified time | relevance | path

Searched refs:DT_FOREACH_PROP_ELEM_SEP (Results 1 – 23 of 23) sorted by relevance

/Zephyr-latest/drivers/memc/
Dmemc_nxp_flexram.h56 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()
Dmemc_nxp_flexram.c57 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/
Dmain.c18 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/
Dbattery.h59 ({DT_FOREACH_PROP_ELEM_SEP(node_id, table, DT_PROP_BY_IDX, (,))}), ({-1}))
/Zephyr-latest/boards/beagle/beagleconnect_freedom/
Dboard_antenna.c51 DT_FOREACH_PROP_ELEM_SEP(DT_NODELABEL(antenna_mux0), gpios, GPIO_DT_SPEC_GET_BY_IDX, (,))};
/Zephyr-latest/boards/ti/common/
Dboard_antenna.c52 DT_FOREACH_PROP_ELEM_SEP(DT_NODELABEL(antenna_mux0), gpios, GPIO_DT_SPEC_GET_BY_IDX, (,))};
/Zephyr-latest/include/zephyr/pm/
Dstate.h261 (DT_FOREACH_PROP_ELEM_SEP(node_id, cpu_power_states, Z_DT_PHANDLE_01, (+))), \
/Zephyr-latest/soc/renesas/rz/common/
Dpinctrl_rzg.h42 {DT_FOREACH_PROP_ELEM_SEP(node_id, prop, Z_PINCTRL_STATE_PIN_INIT, ())};
/Zephyr-latest/include/zephyr/drivers/
Dbluetooth.h82 (DT_FOREACH_PROP_ELEM_SEP(node_id, \
/Zephyr-latest/
D.clang-format114 - DT_FOREACH_PROP_ELEM_SEP
/Zephyr-latest/include/zephyr/drivers/mspi/
Ddevicetree.h244 (DT_FOREACH_PROP_ELEM_SEP(node_id, ce_gpios, GPIO_DT_SPEC_GET_BY_IDX, (,))), \
/Zephyr-latest/soc/nxp/rw/
Dsoc.c289 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/
Dlog_backend_uart.c250 DT_FOREACH_PROP_ELEM_SEP(DT_CHOSEN(zephyr_log_uart), uarts, LBU_PHA_FN, ());
/Zephyr-latest/drivers/input/
Dinput_adc_keys.c202 DT_FOREACH_PROP_ELEM_SEP(node_id, press_thresholds_mv, ADC_KEYS_CODE_CFG_ITEM, (,))
/Zephyr-latest/drivers/gpio/
Dgpio_renesas_ra_ioport.c262 DT_FOREACH_PROP_ELEM_SEP(n, GPIO_RA_PINS_NAME(n, p, i), DT_PROP_BY_IDX, (,))};
Dgpio_renesas_ra.c393 const uint8_t _CONCAT(n, ___pins##i[]) = {DT_FOREACH_PROP_ELEM_SEP( \
/Zephyr-latest/modules/openthread/platform/
Ddiag.c167 DT_FOREACH_PROP_ELEM_SEP(DT_COMPAT_GET_ANY_STATUS_OKAY(openthread_config),
/Zephyr-latest/drivers/flash/
Dflash_sam.c496 DT_FOREACH_PROP_ELEM_SEP(SAM_FLASH_DEVICE, erase_blocks, SAM_FLASH_PAGES_LAYOUT, (,))
/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_config.h985 (DT_FOREACH_PROP_ELEM_SEP(node_id, prop, NRFX_CONFIG_BIT_DT, (|))), \
/Zephyr-latest/include/zephyr/
Ddevicetree.h3327 #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/
Dusbd_uac2_macros.h34 DT_FOREACH_PROP_ELEM_SEP(node, prop, ARRAY_ELEMENT_LESS_THAN_NEXT, (&&))
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c1936 DT_FOREACH_PROP_ELEM_SEP(TEST_ARRAYS, a, DT_PROP_BY_IDX, (,)) in ZTEST()
/Zephyr-latest/doc/releases/
Drelease-notes-3.3.rst1199 - :c:macro:`DT_FOREACH_PROP_ELEM_SEP`