arm/csb337: Update Doxygen (GCI 2018)

This commit is contained in:
shashvatjain
2018-11-09 23:46:27 +05:30
committed by Chris Johns
parent 62954aaf25
commit 7ea717815f
10 changed files with 106 additions and 0 deletions

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup csb337_at91rm9200
*
* @brief Atmel AT91RM9200 Register Definitions
*/
/*
* Atmel AT91RM9200 Register definitions, used in KIT637_V6 (CSB637)
*
@@ -342,3 +350,11 @@ typedef volatile unsigned long vulong;
#endif /* __AT91RM9200_H__ */
/**
* @defgroup csb337_at91rm9200 AT91RM9200
*
* @ingroup arm_csb337
*
* @brief Atmel Register Definitions, Used In KIT637_V6 (CSB637)
*/

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup csb337_at91rm9200
*
* @brief Atmel AT91RM9200_DBGU Register definitions
*/
/*
* Atmel AT91RM9200_DBGU Register definitions
*

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup csb337_at91rm9200
*
* @brief Atmel AT91RM9200 EMAC Register definitions
*/
/*
* Atmel AT91RM9200 EMAC Register definitions
*

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup csb337_at91rm9200
*
* @brief AT91RM9200 GPIO definitions
*/
/*
* AT91RM9200 GPIO definitions
*

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup csb337_at91rm9200
*
* @brief AT91RM9200 Memory Controller definitions
*/
/*
* AT91RM9200 Memory Controller definitions
*

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup csb337_at91rm9200
*
* @brief AT91RM9200 Power Management and Clock definitions
*/
/*
* AT91RM9200 Power Management and Clock definitions
*

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup csb337_at91rm9200
*
* @brief Atmel AT91RM9200_USART Register definitions
*/
/*
* Atmel AT91RM9200_USART Register definitions, used in KIT637_V6 (CSB637)
*

View File

@@ -1,3 +1,12 @@
/**
*@file
*
*@ingroup csb337_bits
*
*@brief Contains Defined Bits.
*
*/
/*
* Bit position definitions
*
@@ -46,3 +55,11 @@
#endif /* __BITS_H__ */
/**
*@defgroup csb337_bits Bits
*
*@ingroup arm_csb337
*
*@brief
*
*/

View File

@@ -1,3 +1,11 @@
/**
* @file
*
* @ingroup csb337_interrupt
*
* @brief Interrupt Support.
*/
/*
* Interrupt handler Header file
*
@@ -21,6 +29,14 @@
#endif /* __asm__ */
/**
* @defgroup csb337_interrupt Interrrupt Support
*
* @ingroup arm_csb337
*
* @brief Interrupt Support.
*/
/* possible interrupt sources on the AT91RM9200 */
#define AT91RM9200_INT_FIQ 0
#define AT91RM9200_INT_SYSIRQ 1

View File

@@ -1 +1,10 @@
/**
*@file
*
*@ingroup arm_csb337
*
*@brief Implementations of interrupt mechanisms for Time Test 27.
*
*/
#include <rtems/tm27-default.h>