Searched refs:DT_FOREACH_CHILD_SEP (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/samples/drivers/adc/adc_sequence/src/ |
D | main.c | 21 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/ |
D | clock_control_smartbond.c | 601 DT_FOREACH_CHILD_SEP(DT_PATH(crg, osc), DISABLE_OSC, (;)); in smartbond_clocks_init()
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 3113 #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/ |
D | usbd_uac2_macros.h | 495 DT_FOREACH_CHILD_SEP(node, IS_AUDIOSTREAMING_INTERFACE, (+))
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 2414 DT_FOREACH_CHILD_SEP(TEST_PARENT, TEST_FUNC, (,)) in ZTEST()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.2.rst | 991 * :c:macro:`DT_FOREACH_CHILD_SEP`
|