Searched refs:DT_PROP_LEN_OR (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-2.7.6/include/pm/ |
D | state.h | 180 DT_PROP_LEN_OR(node_id, cpu_power_states, 0)
|
/Zephyr-Core-2.7.6/include/ |
D | devicetree.h | 576 #define DT_PROP_LEN_OR(node_id, prop, default_value) \ macro
|
/Zephyr-Core-2.7.6/tests/lib/devicetree/api/src/ |
D | main.c | 109 zassert_equal(DT_PROP_LEN_OR(TEST_ABCD1234, compatible, 4), 1, ""); in test_path_props() 110 zassert_equal(DT_PROP_LEN_OR(TEST_ABCD1234, invalid_property, 0), 0, ""); in test_path_props()
|