?? softsvpwm_c.h
字號:
/*-------------------------------------------------------------------
File name: softsvpwm_c.h
Discription:
This file include the definition of structure softsvpwm and the
function prototype statment of soft_svpwm.
-------------------------------------------------------------------*/
/*-------------------------------------------------------------------
structure type definition
-------------------------------------------------------------------*/
typedef struct
{ int Vdcinvt; //Q0, coefficient
int PWMPRD; //Q0, value of period register TxPR
int va; //Q0, CMPR1 register value as a fraction of associated period register, TxPR, value
int vb; //Q0, CMPR2 register value as a fraction of associated period register, TxPR, value
int vc; //Q0, CMPR3 register value as a fraction of associated period register, TxPR, value
}softsvpwm;
/*-------------------------------------------------------------------
function prototype statment
-------------------------------------------------------------------*/
extern void soft_svpwm(softsvpwm *p, int u_alfa, int u_beta);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -