Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/devicetree/
Dreset.h155 #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/
Dmain.c3624 zassert_equal(DT_RESET_CELL_BY_NAME(TEST_TEMP, reset_a, id), 10, ""); in ZTEST()
3625 zassert_equal(DT_RESET_CELL_BY_NAME(TEST_TEMP, reset_b, id), 20, ""); in ZTEST()