Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/devicetree/
Dpwms.h375 #define DT_INST_PWMS_CELL_BY_NAME(inst, name, cell) \ macro
406 DT_INST_PWMS_CELL_BY_NAME(inst, name, channel)
435 DT_INST_PWMS_CELL_BY_NAME(inst, name, period)
465 DT_INST_PWMS_CELL_BY_NAME(inst, name, flags)
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c1485 zassert_equal(DT_INST_PWMS_CELL_BY_NAME(0, green, channel), 5, ""); in ZTEST()
1486 zassert_equal(DT_INST_PWMS_CELL_BY_NAME(0, green, period), 100, ""); in ZTEST()
1487 zassert_equal(DT_INST_PWMS_CELL_BY_NAME(0, green, flags), 1, ""); in ZTEST()