Home
last modified time | relevance | path

Searched refs:DT_NODELABEL_STRING_ARRAY (Results 1 – 4 of 4) sorted by relevance

/Zephyr-4.1.0/include/zephyr/
Ddevice.h1098 .nodelabels = DT_NODELABEL_STRING_ARRAY(node_id), \
Ddevicetree.h719 #define DT_NODELABEL_STRING_ARRAY(node_id) \ macro
3972 #define DT_INST_NODELABEL_STRING_ARRAY(inst) DT_NODELABEL_STRING_ARRAY(DT_DRV_INST(inst))
/Zephyr-4.1.0/tests/lib/devicetree/api/src/
Dmain.c1797 const char *nodelabels[] = DT_NODELABEL_STRING_ARRAY(DT_NODELABEL(test_nodelabel)); in ZTEST()
/Zephyr-4.1.0/doc/releases/
Drelease-notes-3.7.rst1616 * Added :c:macro:`DT_NODELABEL_STRING_ARRAY` and :c:macro:`DT_NUM_NODELABELS` and their variants.