Searched refs:DT_PROP_LEN_OR (Results 1 – 5 of 5) sorted by relevance
/Zephyr-Core-3.4.0/include/zephyr/pm/ |
D | state.h | 214 DT_PROP_LEN_OR(node_id, cpu_power_states, 0)
|
/Zephyr-Core-3.4.0/include/zephyr/drivers/ |
D | regulator.h | 164 DT_PROP_LEN_OR(node_id, regulator_allowed_modes, 0), \
|
/Zephyr-Core-3.4.0/drivers/spi/ |
D | spi_context.h | 76 ._ctx_name.num_cs_gpios = DT_PROP_LEN_OR(_node_id, cs_gpios, 0),
|
/Zephyr-Core-3.4.0/include/zephyr/ |
D | devicetree.h | 660 #define DT_PROP_LEN_OR(node_id, prop, default_value) \ macro 3450 DT_PROP_LEN_OR(DT_DRV_INST(inst), prop, default_value)
|
/Zephyr-Core-3.4.0/tests/lib/devicetree/api/src/ |
D | main.c | 118 zassert_equal(DT_PROP_LEN_OR(TEST_ABCD1234, compatible, 4), 1, ""); in ZTEST() 119 zassert_equal(DT_PROP_LEN_OR(TEST_ABCD1234, invalid_property, 0), 0, ""); in ZTEST()
|