Home
last modified time | relevance | path

Searched refs:DT_FOREACH_CHILD_SEP (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/samples/drivers/adc/adc_sequence/src/
Dmain.c21 DT_FOREACH_CHILD_SEP(ADC_NODE, ADC_CHANNEL_CFG_DT, (,))};
24 static uint32_t vrefs_mv[] = {DT_FOREACH_CHILD_SEP(ADC_NODE, CHANNEL_VREF, (,))};
/Zephyr-latest/drivers/clock_control/
Dclock_control_smartbond.c601 DT_FOREACH_CHILD_SEP(DT_PATH(crg, osc), DISABLE_OSC, (;)); in smartbond_clocks_init()
/Zephyr-latest/include/zephyr/
Ddevicetree.h3113 #define DT_FOREACH_CHILD_SEP(node_id, fn, sep) \ macro
3975 DT_FOREACH_CHILD_SEP(DT_DRV_INST(inst), fn, sep)
/Zephyr-latest/subsys/usb/device_next/class/
Dusbd_uac2_macros.h495 DT_FOREACH_CHILD_SEP(node, IS_AUDIOSTREAMING_INTERFACE, (+))
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c2414 DT_FOREACH_CHILD_SEP(TEST_PARENT, TEST_FUNC, (,)) in ZTEST()
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst991 * :c:macro:`DT_FOREACH_CHILD_SEP`