Searched refs:DT_PWMS_CELL_BY_IDX (Results 1 – 2 of 2) sorted by relevance
/Zephyr-latest/include/zephyr/devicetree/ |
D | pwms.h | 135 #define DT_PWMS_CELL_BY_IDX(node_id, idx, cell) \ macro 192 #define DT_PWMS_CELL(node_id, cell) DT_PWMS_CELL_BY_IDX(node_id, 0, cell) 208 DT_PWMS_CELL_BY_IDX(node_id, idx, channel) 249 DT_PWMS_CELL_BY_IDX(node_id, idx, period) 364 DT_PWMS_CELL_BY_IDX(DT_DRV_INST(inst), idx, cell)
|
/Zephyr-latest/tests/lib/devicetree/api/src/ |
D | main.c | 1420 zassert_equal(DT_PWMS_CELL_BY_IDX(TEST_PH, 1, channel), 5, ""); in ZTEST() 1421 zassert_equal(DT_PWMS_CELL_BY_IDX(TEST_PH, 1, period), 100, ""); in ZTEST() 1422 zassert_equal(DT_PWMS_CELL_BY_IDX(TEST_PH, 1, flags), 1, ""); in ZTEST()
|