Home
last modified time | relevance | path

Searched refs:DT_PROP_LEN_OR (Results 1 – 11 of 11) sorted by relevance

/Zephyr-latest/include/zephyr/pm/
Dstate.h310 LISTIFY(DT_PROP_LEN_OR(node_id, cpu_power_states, 0), \
357 LISTIFY(DT_PROP_LEN_OR(node_id, cpu_power_states, 0), \
/Zephyr-latest/subsys/pm/
Dstate.c36 LISTIFY(DT_PROP_LEN_OR(node_id, cpu_power_states, 0), \
/Zephyr-latest/include/zephyr/sensing/
Dsensing_sensor.h326 .reporter_num = DT_PROP_LEN_OR(node, reporters, 0), \
377 DT_PROP_LEN_OR(node, reporters, 0), \
/Zephyr-latest/subsys/pm/policy/
Dpolicy_device_lock.c51 LISTIFY(DT_PROP_LEN_OR(node_id, zephyr_disabling_power_states, 0), \
/Zephyr-latest/modules/hal_nordic/nrfx/
Dnrfx_config.h997 (DT_PROP_LEN_OR(DT_INST(0, nordic_nrf_grtc), owned_channels, 0) - \
998 DT_PROP_LEN_OR(DT_INST(0, nordic_nrf_grtc), child_owned_channels, 0))
/Zephyr-latest/drivers/gpio/
Dgpio_shell.c111 uint8_t line_names_len = DT_PROP_LEN_OR(node_id, gpio_line_names, 0); \
128 .line_names_len = DT_PROP_LEN_OR(node_id, gpio_line_names, 0), \
Dgpio_renesas_ra_ioport.c284 .irq_info_size = DT_PROP_LEN_OR(DT_NODELABEL(ioport##suffix), port_irq_names, 0), \
/Zephyr-latest/include/zephyr/drivers/
Dregulator.h210 DT_PROP_LEN_OR(node_id, regulator_allowed_modes, 0), \
/Zephyr-latest/drivers/spi/
Dspi_context.h76 ._ctx_name.num_cs_gpios = DT_PROP_LEN_OR(_node_id, cs_gpios, 0),
/Zephyr-latest/include/zephyr/
Ddevicetree.h802 #define DT_PROP_LEN_OR(node_id, prop, default_value) \ macro
4208 DT_PROP_LEN_OR(DT_DRV_INST(inst), prop, default_value)
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c137 zassert_equal(DT_PROP_LEN_OR(TEST_ABCD1234, compatible, 4), 1, ""); in ZTEST()
138 zassert_equal(DT_PROP_LEN_OR(TEST_ABCD1234, invalid_property, 0), 0, ""); in ZTEST()