-
Notifications
You must be signed in to change notification settings - Fork 657
/
Copy pathgroups.dox
92 lines (72 loc) · 1.24 KB
/
groups.dox
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
/**
@defgroup internal_api Internal and System API
@brief Internal and System API
@{
@}
@defgroup os_services Operating System Services
@brief Operating System Services
@{
@brief MCUmgr
@defgroup mcumgr MCUmgr
@{
@}
@}
@brief Device Driver APIs
@defgroup io_interfaces Device Driver APIs
@{
@}
@brief Miscellaneous Drivers APIs
@defgroup misc_interfaces Miscellaneous Drivers APIs
@ingroup io_interfaces
@{
@}
@brief Multi Function Device Drivers APIs
@defgroup mfd_interfaces Multi Function Device Drivers APIs
@ingroup io_interfaces
@{
@}
@brief Testing
@defgroup testing Testing
@{
@}
@brief Connectivity
@defgroup connectivity Connectivity
@{
@}
@brief USB
@defgroup usb USB
@ingroup connectivity
@{
@}
@brief Utilities
@defgroup utilities Utilities
@{
@brief Data Structure APIs
@defgroup datastructure_apis Data Structure APIs
@{
@}
@}
@brief APIs to interact with third-party services or applications
@defgroup third_party Third-party
@{
@}
@brief Modem APIs
@defgroup modem Modem APIs
@ingroup connectivity
@since 3.5
@version 0.1.0
@{
@}
@brief Memory Management APIs
@defgroup mem_mgmt Memory Management APIs
@{
@}
@brief Tests
@defgroup all_tests Tests
@{
@}
@defgroup kernel_memprotect_tests Memory Protection
@ingroup all_tests
@{
@}
*/