Home
last modified time | relevance | path

Searched defs:DT_FOREACH_STATUS_OKAY (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/soc/nxp/mcx/mcxn/
Dsoc.c40 DT_FOREACH_STATUS_OKAY(nxp_lpspi, FLEXCOMM_CHECK) in DT_FOREACH_STATUS_OKAY() function
/Zephyr-latest/drivers/gpio/
Dgpio_mcux.c440 DT_FOREACH_STATUS_OKAY(nxp_gpio_cluster, GPIO_MCUX_CLUSTER_INIT) in DT_FOREACH_STATUS_OKAY() function
/Zephyr-latest/include/zephyr/
Ddevicetree.h3466 #define DT_FOREACH_STATUS_OKAY(compat, fn) \ macro