代码搜索结果

找到约 12,595 项符合 PWM 的代码

pwm.c

#include "Regs240x.h" inline void PWM(int dir,int duty) /* inline Output Control as PWM */ { * PBDATDIR = dir ? 0x7FFF : 0x7FEF; * CMPR1 = (int)(10*(100-duty)); /*clock12*/ }

pwm.rc

# Begin Project # Begin SubItem "pwm Resources" # End SubItem # End Project

pwm脉宽调制.asm

;这是一个单片机进行脉宽调制(PWM) 直流电机调速测试程序. ;UNL2003提供电机驱动电流.(

pwm.c

#include "PWM.h" #include "io.h" #include "DSP240x_Device.h" void init_ev(void) { int TEMPREG; TEMPREG = MCRA; TEMPREG |=(PWM1 | PWM2 | PWM3 | PWM4 |PWM5 | PWM6); MCRA

pwm.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="E:\lp\2407new\PWM\" ProjectType=Executable CPUFamily=TMS320C24XX Tool="Compiler" To

pwm.lst

C51 COMPILER V7.02b PWM 12/10/2005 20:24:09 PAGE 1 C51 COMPILER V7.02b, COMPILATION OF MODULE PWM OBJECT MODULE PLACED IN PW

pwm.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectName="pwm" ProjectDir="D:\ti28\myprojects\pwm\" ProjectType=Executable CPUFamily=TMS320C2

pwm.lst

C51 COMPILER V7.50 PWM 03/13/2008 13:49:28 PAGE 1 C51 COMPILER V7.50, COMPILATION OF MODULE PWM OBJECT MODULE PLACED IN PWM