Searched refs:DT_RESET_CELL_BY_NAME (Results 1 – 2 of 2) sorted by relevance
| /Zephyr-latest/include/zephyr/devicetree/ |
| D | reset.h | 155 #define DT_RESET_CELL_BY_NAME(node_id, name, cell) \ macro 227 DT_RESET_CELL_BY_NAME(DT_DRV_INST(inst), name, cell)
|
| /Zephyr-latest/tests/lib/devicetree/api/src/ |
| D | main.c | 3593 zassert_equal(DT_RESET_CELL_BY_NAME(TEST_TEMP, reset_a, id), 10, ""); in ZTEST() 3594 zassert_equal(DT_RESET_CELL_BY_NAME(TEST_TEMP, reset_b, id), 20, ""); in ZTEST()
|