Home
last modified time | relevance | path

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

/Zephyr-latest/tests/drivers/i2c/i2c_emul/include/
Demulated_target.hpp54 DT_FOREACH_PROP_ELEM_VARGS(CONTROLLER_LABEL, forwards, FFF_FAKE_ACTION, fn)
/Zephyr-latest/soc/nordic/common/
Dpinctrl_soc.h96 DT_FOREACH_PROP_ELEM_VARGS, psels, \
/Zephyr-latest/include/zephyr/sensing/
Dsensing_sensor.h342 DT_FOREACH_PROP_ELEM_VARGS(node, sensor_types, \
/Zephyr-latest/include/zephyr/
Ddevicetree.h3350 #define DT_FOREACH_PROP_ELEM_VARGS(node_id, prop, fn, ...) \ macro
5038 DT_FOREACH_PROP_ELEM_VARGS(DT_DRV_INST(inst), prop, fn, __VA_ARGS__)
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c1973 DT_FOREACH_PROP_ELEM_VARGS(TEST_ARRAYS, a, TIMES_TWO_ADD, 3) in ZTEST()
/Zephyr-latest/doc/releases/
Drelease-notes-2.7.rst754 :c:macro:`DT_FOREACH_PROP_ELEM_VARGS`,