www.pudn.com > test5_svpwm.rar > DSP281x_XIntrupt.c


//###########################################################################
//
// FILE: DSP281x_XIntrupt.c
//
// TITLE: DSP28 External Interrupt Initialization &amt; Support Functions.
//
//###########################################################################
//
// Ver | dd mmm yyyy | Who | Description of changes
// =====|=============|======|===============================================
// 1.00| 11 Sep 2003 | L.H. | No change since previous version (v.58 Alpha)
//###########################################################################

#include "DSP281x_Device.h" // DSP281x Headerfile Include File
#include "DSP281x_Examples.h" // DSP281x Examples Include File

//---------------------------------------------------------------------------
// InitXIntrupt:
//---------------------------------------------------------------------------
// This function initializes external interrupts to a known state.
//
void InitXIntrupt(void)
{

}

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