Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/
Ddevicetree.h1122 #define DT_STRING_TOKEN_OR(node_id, prop, default_value) \ macro
4644 DT_STRING_TOKEN_OR(DT_DRV_INST(inst), name, default_value)
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c3260 zassert_equal(DT_STRING_TOKEN_OR(DT_NODELABEL(test_string_token_0), in ZTEST()
3262 zassert_equal(DT_STRING_TOKEN_OR(DT_NODELABEL(test_string_token_1), in ZTEST()
3266 zassert_equal(DT_STRING_TOKEN_OR(DT_NODELABEL(test_string_token_1), in ZTEST()