Searched refs:member (Results 1 – 4 of 4) sorted by relevance
/SCP-firmware-master/framework/include/ |
A D | fwk_list.h | 39 #define FWK_LIST_GET(node, type, member) \ argument 40 ((type *)(((uintptr_t)node) - offsetof(type, member))) 215 #define FWK_LIST_FOR_EACH(list, node, type, member, elem) \ argument 217 elem = FWK_LIST_GET(node, type, member); \ 220 elem = FWK_LIST_GET(node, type, member))
|
/SCP-firmware-master/doc/ |
A D | Doxyfile | 96 # If the BRIEF_MEMBER_DESC tag is set to YES, doxygen will include brief member 104 # description of a member or function before the detailed description 213 # documentation from any documented member that it re-implements. 219 # page for each member. If set to NO, the documentation of a member will be part 359 # member in the group (if any) for the other members of the group. By default 551 # which file to include in order to use the member. 569 # (detailed) documentation of file and class members alphabetically by member 576 # descriptions of file, namespace and class members alphabetically by member 588 # member documentation. 590 # detailed member documentation. [all …]
|
A D | framework.md | 195 The second member of the structure is an optional void pointer that points to
|
/SCP-firmware-master/doc/media/ |
A D | style.css | 483 /* Styles for detailed member documentation */
|
Completed in 9 milliseconds