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