Searched refs:STRING_UNQUOTED_OR_VAR (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 3461 #define STRING_UNQUOTED_OR_VAR(node_id) _CONCAT(var_or_, node_id) in ZTEST() macro 3463 double STRING_UNQUOTED_OR_VAR(DT_DRV_INST(inst))[2] = { \ in ZTEST() 3469 zassert_within(STRING_UNQUOTED_OR_VAR(DT_NODELABEL(test_str_unquoted_f0))[0], in ZTEST() 3471 zassert_within(STRING_UNQUOTED_OR_VAR(DT_NODELABEL(test_str_unquoted_f1))[0], in ZTEST() 3473 zassert_within(STRING_UNQUOTED_OR_VAR(DT_NODELABEL(test_str_unquoted_t))[0], in ZTEST() 3475 zassert_within(STRING_UNQUOTED_OR_VAR(DT_NODELABEL(test_str_unquoted_esc_t))[0], in ZTEST() 3477 zassert_within(STRING_UNQUOTED_OR_VAR(DT_NODELABEL(test_str_unquoted_f0))[1], in ZTEST() 3479 zassert_within(STRING_UNQUOTED_OR_VAR(DT_NODELABEL(test_str_unquoted_f1))[1], in ZTEST() 3481 zassert_within(STRING_UNQUOTED_OR_VAR(DT_NODELABEL(test_str_unquoted_t))[1], in ZTEST() 3483 zassert_within(STRING_UNQUOTED_OR_VAR(DT_NODELABEL(test_str_unquoted_esc_t))[1], 1.0e10, in ZTEST()
|