Home
last modified time | relevance | path

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

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