00001 #ifndef CYGONCE_MOD_REGS_PPG_H 00002 #define CYGONCE_MOD_REGS_PPG_H 00003 00004 //========================================================================== 00005 // 00006 // mod_regs_ppg.h 00007 // 00008 // Programable Pulse Generator Register 00009 // 00010 //========================================================================== 00011 //####ECOSGPLCOPYRIGHTBEGIN#### 00012 // ------------------------------------------- 00013 // This file is part of eCos, the Embedded Configurable Operating System. 00014 // Copyright (C) 1998, 1999, 2000, 2001, 2002 Red Hat, Inc. 00015 // 00016 // eCos is free software; you can redistribute it and/or modify it under 00017 // the terms of the GNU General Public License as published by the Free 00018 // Software Foundation; either version 2 or (at your option) any later version. 00019 // 00020 // eCos is distributed in the hope that it will be useful, but WITHOUT ANY 00021 // WARRANTY; without even the implied warranty of MERCHANTABILITY or 00022 // FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 00023 // for more details. 00024 // 00025 // You should have received a copy of the GNU General Public License along 00026 // with eCos; if not, write to the Free Software Foundation, Inc., 00027 // 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 00028 // 00029 // As a special exception, if other files instantiate templates or use macros 00030 // or inline functions from this file, or you compile this file and link it 00031 // with other works to produce a work based on this file, this file does not 00032 // by itself cause the resulting work to be covered by the GNU General Public 00033 // License. However the source code for this file must still be made available 00034 // in accordance with section (3) of the GNU General Public License. 00035 // 00036 // This exception does not invalidate any other reasons why a work based on 00037 // this file might be covered by the GNU General Public License. 00038 // 00039 // Alternative licenses for eCos may be arranged by contacting Red Hat, Inc. 00040 // at http://sources.redhat.com/ecos/ecos-license/ 00041 // ------------------------------------------- 00042 //####ECOSGPLCOPYRIGHTEND#### 00043 //========================================================================== 00044 //#####DESCRIPTIONBEGIN#### 00045 // 00046 // Author(s): yoshinori sato 00047 // Contributors: yoshinori sato 00048 // Date: 2002-02-19 00049 // 00050 //####DESCRIPTIONEND#### 00051 // 00052 //========================================================================== 00053 00054 00055 //========================================================================== 00056 // DOXYGEN FILE HEADER 00061 //========================================================================== 00062 00063 #define CYGARC_PCR 0xFFFF46 00064 #define CYGARC_PMR 0xFFFF47 00065 #define CYGARC_NDERH 0xFFFF48 00066 #define CYGARC_NDERL 0xFFFF49 00067 #define CYGARC_PODRH 0xFFFF4A 00068 #define CYGARC_PODRL 0xFFFF4B 00069 #define CYGARC_NDRH1 0xFFFF4C 00070 #define CYGARC_NDRL1 0xFFFF4D 00071 #define CYGARC_NDRH2 0xFFFF4E 00072 #define CYGARC_NDRL2 0xFFFF4F 00073 00074 //-------------------------------------------------------------------------- 00075 #endif // End of #define CYGONCE_MOD_REGS_PPG_H
1.3.5