代码搜索:PWM
找到约 10,000 项符合「PWM」的源代码
代码结果 10,000
www.eeworm.com/read/171090/9771279
plg dianji.plg
礦ision2 Build Log
Project:
D:\接口技术子程序集\程序\第八章\8.7\dianji.uv2
Project File Date: 05/12/2005
Output:
compiling pwm.c...
PWM.C(25): warning C280
www.eeworm.com/read/413516/11153031
plg dianji.plg
礦ision2 Build Log
Project:
D:\接口技术子程序集\程序\第八章\8.7\dianji.uv2
Project File Date: 05/12/2005
Output:
compiling pwm.c...
PWM.C(25): warning C280
www.eeworm.com/read/267286/11186703
o pwm16_1int.o
XH
H 1 areas 1 global symbols
M pwm16_1int.asm
A text size 1 flags 0
dbfile lib/pwm16_1int.asm
dbfunc 0 ? 0 I
dbline 31 0
dbfile ./lib/PWM16_1.inc
dbfunc 0 ? 0 I
S PWM16_1INT Def0000
T 00 00
www.eeworm.com/read/462162/7208118
c bldc.c
#include
#if SPEED_DET == HALL_QEI //use hall effect sensor to count speed
static uint32 Hall_Count;
#endif
#define MOTOR_STOPPED 0
#define MOTOR_PID_RUNNIN
www.eeworm.com/read/440093/7694028
txt m10_pwm.txt
// File : m10_pwm.c
#include
void init_pwm() {
// PWM Control Setting (PWMCON; 0xDCh)
PWM0CON |= 0xAE;
// .7 : P0SEL = 1 //P3.4 Output Enable
// .6 : PS2_P0 = 0
www.eeworm.com/read/146091/12671462
c pwmtest.c
#define IN_TGPIO
#include "config.h"
int main()
{
int fd;
uint32 sum;
fd = open("/dev/PWM", O_RDONLY);
if(fd == -1)
{
printf("\nCan't open PWM!\n");
return -
www.eeworm.com/read/264229/11325554
m svpwm_sim_v2.m
function [PWM]=SVPWM_sim_v2(Freq,sin,cos,wt,t)
T_pwm=1/2000;
t_cycle=mod(t,T_pwm);
Uout=sqrt(1/2);
Ud=Uout*cos;
Uq=Uout*sin;
U=[ 1 0 0;
1 1 0;
0 1 0;
0 1 1;
0 0 1;
www.eeworm.com/read/264229/11325574
m svpwm_sim.m
function [PWM]=SVPWM_sim(Freq,sin,cos,wt,t)
T_pwm=1/2000;
t_cycle=mod(t,T_pwm);
Uout=sqrt(1/2);
Ud=Uout*cos;
Uq=Uout*sin;
U=[ 1 0 0;
1 1 0;
0 1 0;
0 1 1;
0 0 1
www.eeworm.com/read/343792/11927892
rpt pwmtest.fit.rpt
Fitter report for pwmtest
Thu May 31 18:54:40 2007
Version 5.0 Build 168 06/22/2005 Service Pack 1 SJ Full Version
---------------------
; Table of Contents ;
---------------------
1. Lega
www.eeworm.com/read/250293/12415786
c bldc.c
#include
#if SPEED_DET == HALL_QEI //use hall effect sensor to count speed
static uint32 Hall_Count;
#endif
#define MOTOR_STOPPED 0
#define MOTOR_PID_RUNNIN