Home
last modified time | relevance | path

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

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