Home
last modified time | relevance | path

Searched refs:DT_FOREACH_CHILD (Results 1 – 25 of 25) sorted by relevance

/Zephyr-latest/subsys/pm/
Dstate.c40 DT_FOREACH_CHILD(DT_PATH(cpus), CHECK_POWER_STATES_CONSISTENCY)
47 DT_FOREACH_CHILD(DT_PATH(cpus), DEFINE_CPU_STATES);
/Zephyr-latest/subsys/storage/flash_map/
Dflash_map_default.c34 #define FOREACH_PARTITION(n) DT_FOREACH_CHILD(DT_DRV_INST(n), FLASH_AREA_FOOO)
62 #define FOR_EACH_PARTITION_TABLE(table) DT_FOREACH_CHILD(table, DEFINE_PARTITION)
/Zephyr-latest/soc/nordic/
Dvalidate_rram_partitions.c71 #define RRAM_NODES_LIST LIST_DROP_EMPTY(DT_FOREACH_CHILD(RRAM_CONTROLLER, COMMA))
85 COND_CODE_1(DT_NODE_HAS_COMPAT(x, fixed_partitions), (DT_FOREACH_CHILD(x, COMMA)), ())
/Zephyr-latest/drivers/memc/
Dmemc_nxp_flexram.c33 #define OCRAM_DT_NODE DT_FOREACH_CHILD(FLEXRAM_DT_NODE, FIND_OCRAM_NODE)
40 #define DTCM_DT_NODE DT_FOREACH_CHILD(FLEXRAM_DT_NODE, FIND_DTCM_NODE)
47 #define ITCM_DT_NODE DT_FOREACH_CHILD(FLEXRAM_DT_NODE, FIND_ITCM_NODE)
/Zephyr-latest/soc/nordic/nrf53/
Dnrf53_cpunet_mgmt.c32 DT_FOREACH_CHILD(node_id, ALL_GPIOS_IN_NODE)
/Zephyr-latest/tests/drivers/led/led_api/src/
Dtest_led_api.c47 DT_FOREACH_CHILD(node_id, COLOR_MAPPING) \
50 DT_FOREACH_CHILD(node_id, LED_INFO) \
/Zephyr-latest/soc/renesas/rz/common/
Dpinctrl_rzg.h37 DT_FOREACH_CHILD(DT_PHANDLE_BY_IDX(node_id, state_prop, idx), \
/Zephyr-latest/samples/sensor/fdc2x1x/src/
Dmain.c66 DT_FOREACH_CHILD(DEVICE_NODE, CH_BUF_INIT) in main()
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_uac2_macros.h364 #define ENTITY_HEADERS(node) DT_FOREACH_CHILD(node, ENTITY_HEADER)
365 #define ENTITY_HEADERS_ARRAYS(node) DT_FOREACH_CHILD(node, ENTITY_HEADER_ARRAYS)
366 #define ENTITY_HEADERS_PTRS(node) DT_FOREACH_CHILD(node, ENTITY_HEADER_PTRS)
914 DT_FOREACH_CHILD(node, AS_DESCRIPTORS_ARRAYS_IF_AUDIOSTREAMING)
919 DT_FOREACH_CHILD(node, AS_FS_DESCRIPTORS_PTRS_IF_AUDIOSTREAMING) \
925 DT_FOREACH_CHILD(node, AS_HS_DESCRIPTORS_PTRS_IF_AUDIOSTREAMING) \
1117 DT_FOREACH_CHILD(uac2, VALIDATE_NODE)
/Zephyr-latest/include/zephyr/storage/
Dflash_map.h440 #define FOR_EACH_PARTITION_TABLE(table) DT_FOREACH_CHILD(table, DECLARE_PARTITION)
/Zephyr-latest/soc/silabs/common/
Dpinctrl_soc.h99 {DT_FOREACH_CHILD(DT_PHANDLE(node_id, prop), Z_PINCTRL_SILABS_DISPATCH)}
/Zephyr-latest/samples/net/openthread/coap/src/
Dbutton.c68 #define DEFINE_BTNS_CTX(inst, compat, ...) DT_FOREACH_CHILD(DT_INST(inst, compat), DEFINE_BTN_CTX)
Dled.c131 #define DEFINE_LEDS_CTX(inst, compat, ...) DT_FOREACH_CHILD(DT_INST(inst, compat), DEFINE_LED_CTX)
/Zephyr-latest/drivers/flash/
Dsoc_flash_xmc4xxx.c46 DT_FOREACH_CHILD(DT_NODELABEL(pages_layout), SET_PAGES)};
/Zephyr-latest/soc/st/stm32/common/
Dstm32_wkup_pins.c141 DT_FOREACH_CHILD(STM32_PWR_NODE, WKUP_PIN_CFG_DT_COMMA)};
/Zephyr-latest/soc/xlnx/zynq7000/common/
Dpinctrl_soc.h362 {DT_FOREACH_CHILD(DT_PHANDLE(node_id, prop), \
/Zephyr-latest/drivers/interrupt_controller/
Dintc_mchp_ecia_xec.c452 DT_FOREACH_CHILD(DT_NODELABEL(ecia), XEC_CHK_REQ_AGGR) \
Dintc_miwu.c442 DT_FOREACH_CHILD(NPCX_DT_NODE_FROM_MIWU_MAP(inst), \
/Zephyr-latest/drivers/gpio/
Dgpio_rpi_pico.c432 (DT_FOREACH_CHILD(DT_PARENT(n), DEVICE_IF_GPIO_RPI_HI_NODE)), (NULL))
/Zephyr-latest/include/zephyr/
Ddevicetree.h3110 #define DT_FOREACH_CHILD(node_id, fn) \ macro
3999 DT_FOREACH_CHILD(DT_DRV_INST(inst), fn)
/Zephyr-latest/drivers/display/
Duc81xx.c771 DT_FOREACH_CHILD(n, UC81XX_PROFILE); \
Dssd16xx.c1051 DT_FOREACH_CHILD(n, SSD16XX_PROFILE); \
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c2397 DT_FOREACH_CHILD(TEST_PARENT, TEST_FUNC_AND_COMMA) in ZTEST()
2732 #define CHILD_ORDINALS(node_id) DT_FOREACH_CHILD(node_id, DEP_ORD_AND_COMMA)
2759 DT_FOREACH_CHILD(TEST_CHILDREN, DEP_ORD_AND_COMMA) in ZTEST()
3152 DT_FOREACH_STATUS_OKAY_VARGS(fixed_partitions, DT_FOREACH_CHILD, in ZTEST()
/Zephyr-latest/doc/build/dts/api/
Dapi.rst109 Additionally, the :c:macro:`DT_FOREACH_CHILD` macro allows iterating over the
/Zephyr-latest/doc/build/dts/
Dmacros.bnf80 ; These are used internally by DT_FOREACH_CHILD, which iterates over