Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/
Dbindesc.h122 #define BINDESC_TAG_DESCRIPTORS_END BINDESC_TAG(DESCRIPTORS_END, 0x0fff)
134 #define BINDESC_TAG(type, id) ((BINDESC_TYPE_##type & 0xf) << 12 | (id & 0x0fff)) macro
186 .tag = BINDESC_TAG(STR, id), \
210 .tag = BINDESC_TAG(UINT, id), \
235 .tag = BINDESC_TAG(BYTES, id), \
/Zephyr-latest/subsys/bindesc/
Dbindesc_read.c187 .tag = BINDESC_TAG(STR, id), in bindesc_find_str()
201 .tag = BINDESC_TAG(UINT, id), in bindesc_find_uint()
216 .tag = BINDESC_TAG(BYTES, id), in bindesc_find_bytes()