Home
last modified time | relevance | path

Searched refs:DT_INST_NODELABEL_STRING_ARRAY (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/
Ddevicetree.h3932 #define DT_INST_NODELABEL_STRING_ARRAY(inst) DT_NODELABEL_STRING_ARRAY(DT_DRV_INST(inst)) macro
/Zephyr-latest/tests/lib/devicetree/api/src/
Dmain.c1833 const char *inst_nodelabels[] = DT_INST_NODELABEL_STRING_ARRAY(0); in ZTEST()