Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/devicetree/
Dreset.h121 #define DT_RESET_CELL_BY_IDX(node_id, idx, cell) \ macro
166 DT_RESET_CELL_BY_IDX(node_id, 0, cell)
215 DT_RESET_CELL_BY_IDX(DT_DRV_INST(inst), idx, cell)
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c3620 zassert_equal(DT_RESET_CELL_BY_IDX(TEST_TEMP, 1, id), 20, ""); in ZTEST()
3621 zassert_equal(DT_RESET_CELL_BY_IDX(TEST_TEMP, 0, id), 10, ""); in ZTEST()