Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/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-Core-3.6.0/include/zephyr/drivers/
Demul.h218 DT_FOREACH_STATUS_OKAY_NODE(Z_MAYBE_EMUL_DECLARE_INTERNAL);
Dsensor.h1446 DT_FOREACH_STATUS_OKAY_NODE(Z_MAYBE_SENSOR_DECODER_DECLARE_INTERNAL)
/Zephyr-Core-3.6.0/include/zephyr/
Ddevice.h1036 DT_FOREACH_STATUS_OKAY_NODE(Z_MAYBE_DEVICE_DECLARE_INTERNAL)
Ddevicetree.h2671 #define DT_FOREACH_STATUS_OKAY_NODE(fn) DT_FOREACH_OKAY_HELPER(fn) macro
/Zephyr-Core-3.6.0/doc/build/dts/
Dmacros.bnf322 ; DT_FOREACH_STATUS_OKAY_NODE respectively.
/Zephyr-Core-3.6.0/tests/lib/devicetree/api/src/
Dmain.c1413 zassert_equal(1, DT_FOREACH_STATUS_OKAY_NODE(IS_ALIASES), ""); in ZTEST()
1414 zassert_equal(0, DT_FOREACH_STATUS_OKAY_NODE(IS_DISABLED_GPIO), ""); in ZTEST()
/Zephyr-Core-3.6.0/doc/releases/
Drelease-notes-3.2.rst995 * :c:macro:`DT_FOREACH_STATUS_OKAY_NODE`
1341 ``DT_FOREACH_STATUS_OKAY_NODE``. See `commit