www.pudn.com > sci_A_B.rar   To Read all the content


[file head]:
//
// TMDX ALPHA RELEASE
// Intended for product evaluation purposes
//
//###########################################################################
//
// FILE: DSP28_Ev.h
//
// TITLE: DSP28 Device Event Manager Register Definitions.
//
//###########################################################################
//
// Ver | dd mmm yyyy | Who | Description of changes
// =====|=============|======|===============================================
// 0.55| 06 May 2002 | L.H. | EzDSP Alpha Release
// 0.56| 17 May 2002 | L.H. | Removed extra reserved word in EVA EVB reg file
// 0.57| 27 May 2002 | L.H. | No change
//###########################################################################

#ifndef DSP28_EV_H
#define DSP28_EV_H

/* --------------------------------------------------- */
/* F2810/12 Event Manager (EV) GP Timer Registers */
/* */
/* ------------------------------------------------
... ...

[file tail]:
... ...
//0x7524
Uint16 CAP6FIFO; //0x7525
Uint16 rsvd7; //0x7526
Uint16 CAP4FBOT; //0x7527
Uint16 CAP5FBOT; //0x7528
Uint16 CAP6FBOT; //0x7529
Uint16 rsvd8[2]; //0x752A-B
union EVBIMRA_REG EVBIMRA; //0x752C
union EVBIMRB_REG EVBIMRB; //0x752D
union EVBIMRC_REG EVBIMRC; //0x752E
union EVBIFRA_REG EVBIFRA; //0x752F
union EVBIFRB_REG EVBIFRB; //0x7530
union EVBIFRC_REG EVBIFRC; //0x7531
};



//---------------------------------------------------------------------------
// Function prototypes and external definitions:
//

extern volatile struct EVA_REGS EvaRegs;
extern volatile struct EVB_REGS EvbRegs;

#endif // end of DSP28_EV.H definition


//===========================================================================
// No more.
//===========================================================================