pwmgen.h
来自「TI 的DSP2407A的无速度传感器永磁同步电机FOC控制程序」· C头文件 代码 · 共 29 行
H
29 行
/* ==================================================================================
File name: PWMGEN.H
Originator: Digital Control Systems Group
Texas Instruments
Description:
Front end header file for the PWM Generation Units.
This header file includes the correct header file for the
target defined by the Main source file.
The main source file defines the target device by means of the
#define TARGET XXXX Statement.
Choices currently accepted are F243 F2407.
Depending on this choice the correct header file is included in by this
file.
=====================================================================================
History:
-------------------------------------------------------------------------------------
9-15-2000 Release Rev 1.00
---------------------------------------------------------------------------------- */
#ifndef __PWMGEN_H__
#define __PWMGEN_H__
#include <F2407PWM.H>
#endif /* __PWMGEN_H__ */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?