forked from Imagelibrary/rtems
sparc/leon3: Add doxygen.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
/**
|
||||
* @file
|
||||
* @ingroup sparc_leon3
|
||||
* @brief Support for gnat/rtems interrupts and exception handling
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* Support for gnat/rtems interrupts and exception handling.
|
||||
* Jiri Gaisler, ESA/ESTEC, 17-02-1999.
|
||||
*/
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/**
|
||||
* @defgroup sparc_leon3 Sparc Leon3 Handler
|
||||
*/
|
||||
|
||||
/* bsp.h
|
||||
*
|
||||
* This include file contains all SPARC simulator definitions.
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
/*
|
||||
* LEON3 Opencores Ethernet MAC Configuration Information
|
||||
*
|
||||
* COPYRIGHT (c) 2004.
|
||||
/**
|
||||
* @file
|
||||
* @ingroup sparc_leon3
|
||||
* @brief LEON3 Opencores Ethernet MAC Configuration Information
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 2004.
|
||||
* Gaisler Research
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* LEON3 SMP Obtain CPU Core Number
|
||||
* @file
|
||||
* @ingroup sparc_leon3
|
||||
* @brief LEON3 SMP Obtain CPU Core Number
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @file
|
||||
*
|
||||
* LEON3 SMP BSP Support
|
||||
* @file
|
||||
* @ingroup sparc_leon3
|
||||
* @brief LEON3 SMP BSP Support
|
||||
*/
|
||||
|
||||
/*
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
/* Installs the BSP pre-driver hook
|
||||
*
|
||||
/**
|
||||
* @file
|
||||
* @ingroup sparc_leon3
|
||||
* @brief Installs the BSP pre-driver hook
|
||||
*/
|
||||
|
||||
/*
|
||||
* COPYRIGHT (c) 2011
|
||||
* Aeroflex Gaisler
|
||||
*
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
/* set_vector
|
||||
*
|
||||
* This routine installs an interrupt vector on the SPARC simulator.
|
||||
/**
|
||||
* @file
|
||||
* @ingroup sparc_leon3
|
||||
* @brief Install an interrupt vector on SPARC
|
||||
*/
|
||||
|
||||
/* This routine installs an interrupt vector on the SPARC simulator.
|
||||
*
|
||||
* INPUT PARAMETERS:
|
||||
* handler - interrupt handler entry point
|
||||
@@ -12,8 +16,9 @@
|
||||
*
|
||||
* RETURNS:
|
||||
* address of previous interrupt handler
|
||||
*
|
||||
* COPYRIGHT (c) 1989-1998.
|
||||
*/
|
||||
|
||||
/* COPYRIGHT (c) 1989-1998.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
*
|
||||
* The license and distribution terms for this file may be
|
||||
|
||||
Reference in New Issue
Block a user