Searched refs:DT_PROP_LEN_OR (Results 1 – 11 of 11) 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/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_config.h | 997 (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/ |
D | gpio_shell.c | 111 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), \
|
D | gpio_renesas_ra_ioport.c | 284 .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/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 | 802 #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/ |
D | main.c | 137 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()
|