Searched refs:DT_INST_RESET_CELL_BY_IDX (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/devicetree/ |
D | reset.h | 214 #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/ |
D | main.c | 3649 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()
|