Home
last modified time | relevance | path

Searched refs:DT_CHILD_NUM_STATUS_OKAY (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/boards/nxp/mimxrt1180_evk/
Dboard.c13 #if defined(CONFIG_ETH_NXP_IMX_NETC) && (DT_CHILD_NUM_STATUS_OKAY(DT_NODELABEL(netc)) != 0) in board_early_init_hook()
/Zephyr-latest/drivers/gpio/
Dgpio_mcux.c354 const struct device *shared_array##node_id[DT_CHILD_NUM_STATUS_OKAY(node_id) + 1] = \
/Zephyr-latest/soc/nxp/imxrt/imxrt118x/
Dsoc.c304 #if defined(CONFIG_ETH_NXP_IMX_NETC) && (DT_CHILD_NUM_STATUS_OKAY(DT_NODELABEL(netc)) != 0) in clock_init()
/Zephyr-latest/include/zephyr/
Ddevicetree.h659 #define DT_CHILD_NUM_STATUS_OKAY(node_id) \ macro
3922 DT_CHILD_NUM_STATUS_OKAY(DT_DRV_INST(inst))
/Zephyr-latest/doc/build/dts/
Dmacros.bnf77 ; These are used by DT_CHILD_NUM and DT_CHILD_NUM_STATUS_OKAY macros
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c2561 zassert_equal(DT_CHILD_NUM_STATUS_OKAY(TEST_CHILDREN), 2, ""); in ZTEST()