Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/devicetree/
Dreset.h235 #define DT_INST_RESET_CELL(inst, cell) \ macro
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c3657 zassert_equal(DT_INST_RESET_CELL(0, id), 10, ""); in ZTEST()