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.c3508 #define STRING_UNQUOTED_BY_IDX_VAR(node_id) _CONCAT(var_, node_id) in ZTEST() macro
3510 double STRING_UNQUOTED_BY_IDX_VAR(DT_DRV_INST(inst))[] = { \ in ZTEST()
3518 zassert_within(STRING_UNQUOTED_BY_IDX_VAR(DT_NODELABEL(test_stra_unquoted_f0))[0], in ZTEST()
3520 zassert_within(STRING_UNQUOTED_BY_IDX_VAR(DT_NODELABEL(test_stra_unquoted_f0))[1], in ZTEST()
3522 zassert_within(STRING_UNQUOTED_BY_IDX_VAR(DT_NODELABEL(test_stra_unquoted_f0))[2], in ZTEST()
3524 zassert_within(STRING_UNQUOTED_BY_IDX_VAR(DT_NODELABEL(test_stra_unquoted_f0))[3], in ZTEST()
3527 zassert_within(STRING_UNQUOTED_BY_IDX_VAR(DT_NODELABEL(test_stra_unquoted_f1))[0], in ZTEST()
3529 zassert_within(STRING_UNQUOTED_BY_IDX_VAR(DT_NODELABEL(test_stra_unquoted_f1))[1], in ZTEST()
3531 zassert_within(STRING_UNQUOTED_BY_IDX_VAR(DT_NODELABEL(test_stra_unquoted_f1))[2], in ZTEST()
3533 zassert_within(STRING_UNQUOTED_BY_IDX_VAR(DT_NODELABEL(test_stra_unquoted_f1))[3], in ZTEST()
[all …]