Searched refs:DT_PROP_LEN_OR (Results 1 – 13 of 13) sorted by relevance
| /Zephyr-latest/include/zephyr/pm/ |
| D | state.h | 310 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/ |
| D | state.c | 36 LISTIFY(DT_PROP_LEN_OR(node_id, cpu_power_states, 0), \
|
| /Zephyr-latest/include/zephyr/sensing/ |
| D | sensing_sensor.h | 326 .reporter_num = DT_PROP_LEN_OR(node, reporters, 0), \ 377 DT_PROP_LEN_OR(node, reporters, 0), \
|
| /Zephyr-latest/drivers/power_domain/ |
| D | power_domain_soc_state_change.c | 101 LISTIFY(DT_PROP_LEN_OR(node_id, onoff_power_states, 0), \
|
| /Zephyr-latest/subsys/pm/policy/ |
| D | policy_device_lock.c | 51 LISTIFY(DT_PROP_LEN_OR(node_id, zephyr_disabling_power_states, 0), \
|
| /Zephyr-latest/modules/hal_nordic/nrfx/ |
| D | nrfx_reserved_resources.h | 43 (DT_PROP_LEN_OR(DT_INST(0, nordic_nrf_grtc), owned_channels, 0) - \ 44 DT_PROP_LEN_OR(DT_INST(0, nordic_nrf_grtc), child_owned_channels, 0))
|
| /Zephyr-latest/drivers/gpio/ |
| D | gpio_shell.c | 107 uint8_t line_names_len = DT_PROP_LEN_OR(node_id, gpio_line_names, 0); \ 126 .line_names_len = DT_PROP_LEN_OR(node_id, gpio_line_names, 0), \
|
| D | gpio_renesas_ra_ioport.c | 334 .irq_info_size = DT_PROP_LEN_OR(DT_NODELABEL(ioport##suffix), port_irq_names, 0), \
|
| /Zephyr-latest/include/zephyr/drivers/ |
| D | regulator.h | 210 DT_PROP_LEN_OR(node_id, regulator_allowed_modes, 0), \
|
| /Zephyr-latest/drivers/usb/udc/ |
| D | udc_renesas_ra.c | 765 LISTIFY(DT_PROP_LEN_OR(DT_INST_PARENT(n), phys_clock, 0), \ 793 .num_of_clocks = DT_PROP_LEN_OR(DT_INST_PARENT(n), phys_clock, 0), \
|
| /Zephyr-latest/drivers/spi/ |
| D | spi_context.h | 76 ._ctx_name.num_cs_gpios = DT_PROP_LEN_OR(_node_id, cs_gpios, 0),
|
| /Zephyr-latest/include/zephyr/ |
| D | devicetree.h | 812 #define DT_PROP_LEN_OR(node_id, prop, default_value) \ macro 4248 DT_PROP_LEN_OR(DT_DRV_INST(inst), prop, default_value)
|
| /Zephyr-latest/tests/lib/devicetree/api/src/ |
| D | main.c | 135 zassert_equal(DT_PROP_LEN_OR(TEST_ABCD1234, compatible, 4), 1, ""); in ZTEST() 136 zassert_equal(DT_PROP_LEN_OR(TEST_ABCD1234, invalid_property, 0), 0, ""); in ZTEST()
|