Searched refs:STRING_TOKEN_BY_IDX_VAR (Results 1 – 1 of 1) sorted by relevance
3355 #define STRING_TOKEN_BY_IDX_VAR(node_id) _CONCAT(var_token_, node_id) in ZTEST() macro3357 enum token_string_idx STRING_TOKEN_BY_IDX_VAR(DT_DRV_INST(inst))[] = { \ in ZTEST()3364 zassert_equal(STRING_TOKEN_BY_IDX_VAR(DT_NODELABEL(test_str_array_token_0))[0], in ZTEST()3366 zassert_equal(STRING_TOKEN_BY_IDX_VAR(DT_NODELABEL(test_str_array_token_0))[1], in ZTEST()3368 zassert_equal(STRING_TOKEN_BY_IDX_VAR(DT_NODELABEL(test_str_array_token_0))[2], in ZTEST()3370 zassert_equal(STRING_TOKEN_BY_IDX_VAR(DT_NODELABEL(test_str_array_token_1))[0], in ZTEST()3372 zassert_equal(STRING_TOKEN_BY_IDX_VAR(DT_NODELABEL(test_str_array_token_1))[1], in ZTEST()3374 zassert_equal(STRING_TOKEN_BY_IDX_VAR(DT_NODELABEL(test_str_array_token_1))[2], in ZTEST()