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