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