source: rtems/bsps/arm/altera-cyclone-v/contrib/doxygen.h @ f3db3835

5
Last change on this file since f3db3835 was f3db3835, checked in by Sebastian Huber <sebastian.huber@…>, on 03/07/19 at 11:09:53

bsp/altera-cyclone-v: Add Doxygen groups

Add Doxygen groups for contributed code which would otherwise end up at
the top level.

Update #3706.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1/**
2 * @defgroup RTEMSBSPsARMCycVContrib Contributed Code
3 *
4 * @ingroup RTEMSBSPsARMCycV
5 *
6 * @brief Contributed code from Altera.
7 */
8
9/**
10 * @defgroup CACHE_MGR Cache Management API
11 *
12 * @ingroup RTEMSBSPsARMCycVContrib
13 */
14
15/**
16 * @defgroup ALT_DMA DMA Controller API
17 *
18 * @ingroup RTEMSBSPsARMCycVContrib
19 */
20
21/**
22 * @defgroup ALT_DMA_COMMON DMA Controller Common API Definitions
23 *
24 * @ingroup RTEMSBSPsARMCycVContrib
25 */
26
27/**
28 * @defgroup ALT_DMA_PRG DMA Controller Programming API
29 *
30 * @ingroup RTEMSBSPsARMCycVContrib
31 */
32
33/**
34 * @defgroup ALT_I2C I2C Controller API
35 *
36 * @ingroup RTEMSBSPsARMCycVContrib
37 */
38
39/**
40 * @defgroup INT_COMMON Interrupt Controller Common Definitions
41 *
42 * @ingroup RTEMSBSPsARMCycVContrib
43 */
44
45/**
46 * @defgroup ALT_QSPI QSPI Flash Controller Module
47 *
48 * @ingroup RTEMSBSPsARMCycVContrib
49 */
50
51/**
52 * @defgroup ALT_SOCAL_UTIL SoCAL Utilities
53 *
54 * @ingroup RTEMSBSPsARMCycVContrib
55 */
56
57/**
58 * @defgroup ADDR_SPACE_MGR The Address Space Manager
59 *
60 * @ingroup RTEMSBSPsARMCycVContrib
61 */
62
63/**
64 * @defgroup CLK_MGR The Clock Manager API
65 *
66 * @ingroup RTEMSBSPsARMCycVContrib
67 */
68
69/**
70 * @defgroup ALT_GPIO_API The General Purpose Input/Output Manager API
71 *
72 * @ingroup RTEMSBSPsARMCycVContrib
73 */
74
75/**
76 * @defgroup RST_MGR The Reset Manager
77 *
78 * @ingroup RTEMSBSPsARMCycVContrib
79 */
80
81/**
82 * @defgroup UART UART Driver API
83 *
84 * @ingroup RTEMSBSPsARMCycVContrib
85 */
Note: See TracBrowser for help on using the repository browser.