Searched refs:DT_INST_FOREACH_CHILD_SEP (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/drivers/led/ |
D | led_pwm.c | 137 DT_INST_FOREACH_CHILD_SEP(id, PWM_DT_SPEC_GET, (,)) \
|
/Zephyr-latest/drivers/input/ |
D | input_adc_keys.c | 213 DT_INST_FOREACH_CHILD_SEP(n, ADC_KEYS_KEY_CODE, (,))}; \
|
/Zephyr-latest/subsys/usb/device_next/class/ |
D | usbd_midi2.c | 727 DT_INST_FOREACH_CHILD_SEP( \
|
/Zephyr-latest/include/zephyr/ |
D | devicetree.h | 4014 #define DT_INST_FOREACH_CHILD_SEP(inst, fn, sep) \ macro
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 2409 DT_INST_FOREACH_CHILD_SEP(0, TEST_FUNC, (,)) in ZTEST()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.2.rst | 998 * :c:macro:`DT_INST_FOREACH_CHILD_SEP`
|