Searched refs:DT_INST_RESET_ID_BY_IDX (Results 1 – 2 of 2) sorted by relevance
289 #define DT_INST_RESET_ID_BY_IDX(inst, idx) \ macro299 DT_INST_RESET_ID_BY_IDX(inst, 0)
3670 zassert_equal(DT_INST_RESET_ID_BY_IDX(0, 0), 10, ""); in ZTEST()3671 zassert_equal(DT_INST_RESET_ID_BY_IDX(0, 1), 20, ""); in ZTEST()