forked from Imagelibrary/rtems
m68k/idp: Minor Doxygen Cleanup
This commit is contained in:
@@ -1,15 +1,17 @@
|
||||
/**
|
||||
* @file rtems/motorola/mc68230.h
|
||||
* @file rtems/motorola/mc68230.h
|
||||
*
|
||||
* Low level support code for the Motorola 68230 Parallel
|
||||
* Interface/Timer (PIT)
|
||||
* @ingroup idp_m68230
|
||||
*
|
||||
* @brief Low level support code for the Motorola 68230 Parallel
|
||||
* Interface/Timer (PIT)
|
||||
*/
|
||||
|
||||
/*
|
||||
* Modified by Doug McBride, Colorado Space Grant College
|
||||
* Modified by Doug McBride, Colorado Space Grant College
|
||||
*
|
||||
* Format taken partly from RTEMS code and mostly from Motorola IDP user's
|
||||
* manual. RTEMS copyright information below.
|
||||
* Format taken partly from RTEMS code and mostly from Motorola IDP user's
|
||||
* manual. RTEMS copyright information below.
|
||||
*
|
||||
* COPYRIGHT (c) 1989-2011.
|
||||
* On-Line Applications Research Corporation (OAR).
|
||||
@@ -19,6 +21,13 @@
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup idp_mc68230 Motorola MC68230
|
||||
*
|
||||
* @ingroup m68k_idp
|
||||
*
|
||||
* @brief Support code for Motorola MC68230 PIT
|
||||
*/
|
||||
#ifndef _RTEMS_MOTOROLA_MC68230_H
|
||||
#define _RTEMS_MOTOROLA_MC68230_H
|
||||
|
||||
|
||||
@@ -1,15 +1,23 @@
|
||||
/**
|
||||
* @file rtems/motorola/mc68681.h
|
||||
* @file rtems/motorola/mc68681.h
|
||||
*
|
||||
* @ingroup idp_mc68681
|
||||
*
|
||||
* mc68681-duart.h -- Low level support code for the Motorola mc68681
|
||||
* DUART.
|
||||
* @brief Low level support code for the Motorola mc68681 DUART.
|
||||
*/
|
||||
|
||||
/*
|
||||
*
|
||||
* Originally written by rob@cygnus.com (Rob Savoye) for the libgloss
|
||||
* IDP support.
|
||||
* IDP support.
|
||||
*/
|
||||
|
||||
/**
|
||||
* @defgroup idp_mc68681 Motorola MC68681
|
||||
*
|
||||
* @ingroup m68k_idp
|
||||
*
|
||||
* @brief Support code for Motorola MC68681 DUART
|
||||
*/
|
||||
|
||||
#ifndef _RTEMS_MOTOROLA_MC68681_H
|
||||
@@ -31,7 +39,7 @@
|
||||
#define __MC68681_REG(_R) ((_R) * MC68681_OFFSET_MULTIPLIER)
|
||||
|
||||
/*
|
||||
* mc68681 register offsets Read/Write Addresses
|
||||
* mc68681 register offsets Read/Write Addresses
|
||||
*/
|
||||
#define MC68681_MODE_REG_1A __MC68681_REG(0) /* MR1A-MR Prior to Read */
|
||||
#define MC68681_MODE_REG_2A __MC68681_REG(0) /* MR2A-MR After Read */
|
||||
|
||||
Reference in New Issue
Block a user