Searched refs:DT_PWMS_CELL_BY_IDX (Results 1 – 2 of 2) sorted by relevance
/Zephyr-Core-2.7.6/include/devicetree/ |
D | pwms.h | 218 #define DT_PWMS_CELL_BY_IDX(node_id, idx, cell) \ macro 277 #define DT_PWMS_CELL(node_id, cell) DT_PWMS_CELL_BY_IDX(node_id, 0, cell) 293 DT_PWMS_CELL_BY_IDX(node_id, idx, channel) 334 DT_PWMS_CELL_BY_IDX(node_id, idx, period) 482 DT_PWMS_CELL_BY_IDX(DT_DRV_INST(inst), idx, cell)
|
/Zephyr-Core-2.7.6/tests/lib/devicetree/api/src/ |
D | main.c | 1058 zassert_equal(DT_PWMS_CELL_BY_IDX(TEST_PH, 1, channel), 5, ""); in test_pwms() 1059 zassert_equal(DT_PWMS_CELL_BY_IDX(TEST_PH, 1, period), 100, ""); in test_pwms() 1060 zassert_equal(DT_PWMS_CELL_BY_IDX(TEST_PH, 1, flags), 1, ""); in test_pwms()
|