Home
last modified time | relevance | path

Searched refs:DT_STRING_TOKEN_OR (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/
Ddevicetree.h927 #define DT_STRING_TOKEN_OR(node_id, prop, default_value) \ macro
4055 DT_STRING_TOKEN_OR(DT_DRV_INST(inst), name, default_value)
/Zephyr-Core-3.6.0/tests/lib/devicetree/api/src/
Dmain.c2811 zassert_equal(DT_STRING_TOKEN_OR(DT_NODELABEL(test_string_token_0), in ZTEST()
2813 zassert_equal(DT_STRING_TOKEN_OR(DT_NODELABEL(test_string_token_1), in ZTEST()
2817 zassert_equal(DT_STRING_TOKEN_OR(DT_NODELABEL(test_string_token_1), in ZTEST()