Home
last modified time | relevance | path

Searched refs:DT_INST_RESET_CELL_BY_NAME (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/include/zephyr/devicetree/
Dreset.h226 #define DT_INST_RESET_CELL_BY_NAME(inst, name, cell) \ macro
/Zephyr-latest/drivers/usb_c/tcpc/
Ducpd_numaker.c2334 .id = DT_INST_RESET_CELL_BY_NAME(inst, name, id), \
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c3653 zassert_equal(DT_INST_RESET_CELL_BY_NAME(0, reset_a, id), 10, ""); in ZTEST()
3654 zassert_equal(DT_INST_RESET_CELL_BY_NAME(0, reset_b, id), 20, ""); in ZTEST()