Searched refs:STRING_TOKEN_BY_IDX_VAR (Results 1 – 1 of 1) sorted by relevance
3324 #define STRING_TOKEN_BY_IDX_VAR(node_id) _CONCAT(var_token_, node_id) in ZTEST() macro3326 enum token_string_idx STRING_TOKEN_BY_IDX_VAR(DT_DRV_INST(inst))[] = { \ in ZTEST()3333 zassert_equal(STRING_TOKEN_BY_IDX_VAR(DT_NODELABEL(test_str_array_token_0))[0], in ZTEST()3335 zassert_equal(STRING_TOKEN_BY_IDX_VAR(DT_NODELABEL(test_str_array_token_0))[1], in ZTEST()3337 zassert_equal(STRING_TOKEN_BY_IDX_VAR(DT_NODELABEL(test_str_array_token_0))[2], in ZTEST()3339 zassert_equal(STRING_TOKEN_BY_IDX_VAR(DT_NODELABEL(test_str_array_token_1))[0], in ZTEST()3341 zassert_equal(STRING_TOKEN_BY_IDX_VAR(DT_NODELABEL(test_str_array_token_1))[1], in ZTEST()3343 zassert_equal(STRING_TOKEN_BY_IDX_VAR(DT_NODELABEL(test_str_array_token_1))[2], in ZTEST()