Home
last modified time | relevance | path

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

/SCP-firmware-master/framework/include/
A Dfwk_list.h39 #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 DDoxyfile96 # 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 Dframework.md195 The second member of the structure is an optional void pointer that points to
/SCP-firmware-master/doc/media/
A Dstyle.css483 /* Styles for detailed member documentation */

Completed in 8 milliseconds