53 lines
2.0 KiB
C
53 lines
2.0 KiB
C
|
//###########################################################################
|
||
|
//
|
||
|
// FILE: SFO.H
|
||
|
//
|
||
|
// TITLE: Scale Factor Optimizer Library Interface Header
|
||
|
//
|
||
|
//
|
||
|
//###########################################################################
|
||
|
//
|
||
|
// Ver | dd mmm yyyy | Who | Description of changes
|
||
|
// =====|=============|======|===============================================
|
||
|
// 0.01| 09 Jan 2004 | TI | New module
|
||
|
//###########################################################################
|
||
|
|
||
|
|
||
|
//============================================================================
|
||
|
// Description: This header provides the function call interface
|
||
|
// for the scale factor optimizer for the 'F2833x.
|
||
|
//============================================================================
|
||
|
|
||
|
|
||
|
//============================================================================
|
||
|
// Multiple include Guard
|
||
|
//============================================================================
|
||
|
#ifndef __4090522384024n8273240x3438jx43087401r34ru32r0___
|
||
|
#define __4090522384024n8273240x3438jx43087401r34ru32r0___
|
||
|
|
||
|
//============================================================================
|
||
|
// C++ namespace
|
||
|
//============================================================================
|
||
|
#ifdef __cplusplus
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
|
||
|
//============================================================================
|
||
|
// Function prototypes for MEP SFO
|
||
|
//============================================================================
|
||
|
void SFO_MepEn(int nEpwmModule);
|
||
|
void SFO_MepDis(int nEpwmModule);
|
||
|
|
||
|
//============================================================================
|
||
|
// Multiple include Guard
|
||
|
//============================================================================
|
||
|
#endif // End: Multiple include Guard
|
||
|
|
||
|
//============================================================================
|
||
|
// C++ namespace
|
||
|
//============================================================================
|
||
|
#ifdef __cplusplus
|
||
|
}
|
||
|
#endif /* extern "C" */
|