Home
last modified time | relevance | path

Searched refs:DT_INST_RESET_CELL_BY_IDX (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/devicetree/
Dreset.h214 #define DT_INST_RESET_CELL_BY_IDX(inst, idx, cell) \ macro
236 DT_INST_RESET_CELL_BY_IDX(inst, 0, cell)
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c3649 zassert_equal(DT_INST_RESET_CELL_BY_IDX(0, 1, id), 20, ""); in ZTEST()
3650 zassert_equal(DT_INST_RESET_CELL_BY_IDX(0, 0, id), 10, ""); in ZTEST()