DSP28_Ev.h in gpio.rar


United Development Board of dsp-based general-purpose input output (GPIO) source...Original Link
    Sponsored links

			
//
//      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      */
/*                                                     */
/* ----------------------------------------------------*/

/* Overall Timer Control Register */

struct GPTCONA_BITS  {
   Uint16 T1PIN:2;         // 1:0   Polarity of GP timer 1 compare
   Uint16 T2PIN:2;         // 3:2   Polarity of GP timer 2 compare
   Uint16 rsvd1:2;         // 5:4   reserved
   Uint16 TCOMPOE:1;       // 6     Compare output enable
   Uint16 T1TOADC:2;       // 8:7   Start ADC with timer 1 event
   Uint16 T2TOADC:2;       // 10:9  Start ADC with timer 2 event
   Uint16 rsvd2:2;         // 12:11 reserved
   Uint16 T1STAT:1;        // 13    GP Timer 1 status (read only)
   Uint16 T2STAT:1;        // 14    GP Timer 2 status (read only)
   Uint16 rsvd:1;          // 15    reserved
};

/* Allow access to the bit fields or entire register */
union GPTCONA_REG {
   Uint16        all;
   struct  GPTCONA_BITS bit;
};

struct GPTCONB_BITS  {
   Uint16 T3PIN:2;         // 1:0   Polarity of GP timer 3 compare
   Uint16 T4PIN:2;         // 3:2   Polarity of GP timer 4 compare
   Uint16 T1CMPOE:1;       // 4     Timer1 compare output
   Uint16 T2C			

			...
			...
			... to be continued.

  This is a preview. To get the complete source file, 
  please click here to download the whole source code package.

			
			


Project Files

    Sponsored links
NameSizeDate
 cc_build_Debug.log2.88 kB29-11-03 15:08
 dsp28_adc.obj454.00 B29-11-03 15:08
 dsp28_cputimers.obj4.56 kB29-11-03 15:08
 dsp28_defaultisr.obj11.30 kB29-11-03 15:08
 dsp28_ecan.obj465.00 B29-11-03 15:08
 dsp28_ev.obj453.00 B29-11-03 15:08
 dsp28_globalvariabledefs.obj135.28 kB29-11-03 15:08
 dsp28_gpio.obj10.83 kB29-11-03 15:08
 dsp28_initperipherals.obj850.00 B29-11-03 15:08
 dsp28_mcbsp.obj467.00 B29-11-03 15:08
 dsp28_piectrl.obj4.26 kB29-11-03 15:08
 dsp28_pievect.obj13.25 kB29-11-03 15:08
 dsp28_sci.obj454.00 B29-11-03 15:08
 dsp28_spi.obj454.00 B29-11-03 15:08
 dsp28_sysctrl.obj4.81 kB29-11-03 15:08
 dsp28_xintf.obj3.20 kB29-11-03 15:08
 dsp28_xintrupt.obj473.00 B29-11-03 15:08
 example_28xgpio.obj28.18 kB29-11-03 15:08
 gpio.map18.68 kB29-11-03 15:08
 gpio.out157.13 kB29-11-03 15:08
 <ptidlog.txt>0.00 B20-11-03 15:26
 SdDllLog.txt49.00 B20-11-03 15:26
 SdEmuLog.txt358.00 B20-11-03 15:26
 Debug.lkf987.00 B29-11-03 15:08
 Debug.lkv987.00 B29-11-03 15:08
 DSP28_Adc.c1.12 kB27-05-02 11:22
 DSP28_Adc.h6.32 kB27-05-02 11:23
 DSP28_CpuTimers.c3.72 kB27-05-02 11:22
 DSP28_CpuTimers.h5.09 kB27-05-02 11:23
 DSP28_DefaultIsr.c24.60 kB27-05-02 11:23
 DSP28_DefaultIsr.h4.68 kB27-05-02 11:23
 DSP28_DevEmu.h2.39 kB27-05-02 11:23
 DSP28_Device.h3.83 kB24-05-02 09:23
 DSP28_ECan.c8.07 kB29-05-07 09:47
 DSP28_ECan.h45.64 kB27-05-02 11:24
 DSP28_Ev.c1.13 kB27-05-02 11:23
 DSP28_Ev.h20.48 kB27-05-02 11:24
 DSP28_GlobalPrototypes.h1.17 kB27-05-02 11:24
 DSP28_GlobalVariableDefs.c2.96 kB27-05-02 11:21
 DSP28_Gpio.c1.71 kB27-05-02 11:21
 DSP28_Gpio.h28.86 kB24-05-02 09:11
 DSP28_InitPeripherals.c1.86 kB27-05-02 11:21
 DSP28_Mcbsp.c1.16 kB27-05-02 11:21
 DSP28_Mcbsp.h33.92 kB27-05-02 11:24
 DSP28_PieCtrl.c2.01 kB27-05-02 11:21
 DSP28_PieCtrl.h5.83 kB27-05-02 11:24
 DSP28_PieVect.c5.28 kB27-05-02 11:21
 DSP28_PieVect.h6.32 kB27-05-02 11:24
 DSP28_Sci.c2.38 kB29-05-07 11:30
 DSP28_Sci.h8.04 kB27-05-02 11:25
 DSP28_Spi.c1.17 kB27-05-02 11:22
 DSP28_Spi.h6.09 kB27-05-02 11:25
 DSP28_SysCtrl.c2.62 kB24-05-02 09:32
 DSP28_SysCtrl.h9.75 kB27-05-02 11:25
 DSP28_Xintf.c2.48 kB27-05-02 11:22
 DSP28_Xintf.h3.69 kB27-05-02 11:25
 DSP28_XIntrupt.c1.17 kB27-05-02 11:22
 DSP28_XIntrupt.h2.20 kB27-05-02 11:25
 Example_28xGpio.c2.39 kB27-11-03 16:43
 F2812.gel5.80 kB30-05-03 10:50
 gpio.paf10.40 kB29-05-07 11:30
 gpio.pjt2.23 kB29-05-07 09:48
 gpio.wks6.07 kB29-11-02 13:52
 rts2800.lib151.52 kB29-08-01 13:44
 SRAM.cmd3.57 kB20-11-03 14:02
 <Debug>0.00 B09-04-09 10:07
 <gpio>0.00 B09-04-09 10:07
...

Related Items

    Sponsored links