Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/pm/policy/
Dpolicy_device_lock.c67 DT_FOREACH_STATUS_OKAY_NODE(DEVICE_CONSTRAINTS_DEFINE)
87 DT_FOREACH_STATUS_OKAY_NODE(PM_STATE_DEVICE_CONSTRAINT_DEFINE)
/Zephyr-latest/drivers/interrupt_controller/
Dintc_vexriscv_litex.c68 DT_FOREACH_STATUS_OKAY_NODE(LITEX_IRQ_ADD); in vexriscv_litex_irq_handler()
/Zephyr-latest/drivers/gpio/
Dgpio_hogs.c90 DT_FOREACH_STATUS_OKAY_NODE(GPIO_HOGS_COND_INIT)
Dgpio_shell.c120 DT_FOREACH_STATUS_OKAY_NODE(IS_GPIO_CTRL_PIN_GET)
135 static const struct gpio_ctrl gpio_list[] = {DT_FOREACH_STATUS_OKAY_NODE(IS_GPIO_CTRL_LIST)};
/Zephyr-latest/include/zephyr/drivers/
Demul.h229 DT_FOREACH_STATUS_OKAY_NODE(Z_MAYBE_EMUL_DECLARE_INTERNAL);
Dsensor.h1561 DT_FOREACH_STATUS_OKAY_NODE(Z_MAYBE_SENSOR_DECODER_DECLARE_INTERNAL)
/Zephyr-latest/include/zephyr/
Ddevice.h1198 DT_FOREACH_STATUS_OKAY_NODE(Z_MAYBE_DEVICE_DECLARE_INTERNAL)
Ddevicetree.h2960 #define DT_FOREACH_STATUS_OKAY_NODE(fn) DT_FOREACH_OKAY_HELPER(fn) macro
/Zephyr-latest/doc/build/dts/
Dmacros.bnf331 ; DT_FOREACH_STATUS_OKAY_NODE respectively.
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c1687 zassert_equal(1, DT_FOREACH_STATUS_OKAY_NODE(IS_ALIASES), ""); in ZTEST()
1688 zassert_equal(0, DT_FOREACH_STATUS_OKAY_NODE(IS_DISABLED_GPIO), ""); in ZTEST()
/Zephyr-latest/doc/releases/
Drelease-notes-3.2.rst995 * :c:macro:`DT_FOREACH_STATUS_OKAY_NODE`
1341 ``DT_FOREACH_STATUS_OKAY_NODE``. See `commit