Home
last modified time | relevance | path

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

/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c3539 #define STRING_UNQUOTED_BY_IDX_VAR(node_id) _CONCAT(var_, node_id) in ZTEST() macro
3541 double STRING_UNQUOTED_BY_IDX_VAR(DT_DRV_INST(inst))[] = { \ in ZTEST()
3549 zassert_within(STRING_UNQUOTED_BY_IDX_VAR(DT_NODELABEL(test_stra_unquoted_f0))[0], in ZTEST()
3551 zassert_within(STRING_UNQUOTED_BY_IDX_VAR(DT_NODELABEL(test_stra_unquoted_f0))[1], in ZTEST()
3553 zassert_within(STRING_UNQUOTED_BY_IDX_VAR(DT_NODELABEL(test_stra_unquoted_f0))[2], in ZTEST()
3555 zassert_within(STRING_UNQUOTED_BY_IDX_VAR(DT_NODELABEL(test_stra_unquoted_f0))[3], in ZTEST()
3558 zassert_within(STRING_UNQUOTED_BY_IDX_VAR(DT_NODELABEL(test_stra_unquoted_f1))[0], in ZTEST()
3560 zassert_within(STRING_UNQUOTED_BY_IDX_VAR(DT_NODELABEL(test_stra_unquoted_f1))[1], in ZTEST()
3562 zassert_within(STRING_UNQUOTED_BY_IDX_VAR(DT_NODELABEL(test_stra_unquoted_f1))[2], in ZTEST()
3564 zassert_within(STRING_UNQUOTED_BY_IDX_VAR(DT_NODELABEL(test_stra_unquoted_f1))[3], in ZTEST()
[all …]