代码搜索结果

找到约 10,000 项符合 PWM 的代码

adc_pwm_done.c

#include "DSP28_Device.h" #include "RS.H" #include "setting.h" //#include "newamr3.h" //#include "new3.h" //#include "200ms.h" interrupt void eva_cmp3_isr(void); interrupt void evb_cmp4_isr(v

pwm1test.cpp

// Pulse Width Modulation (PWM) Generator // Sample program // File: pwm1test.cpp // Created 12/24/95, DM Auslander (from other examples) // This sample has no operator interface #define MAIN_

pwm_sup2.cpp

// PWMSup Sets the PWM duty cycle // File: pwm_sup.cpp // Created 12/24/95, DM Auslander (from other examples) // Modified to handle 2 PWM signals #include #include #inc

pwm3test.cpp

// Pulse Width Modulation (PWM) Generator -- // This version generates independent PWM signals by // creating new classes that inherit from a base PWM class. // This allows independent functions to

pwm_sup2.cpp

// PWMSup Sets the PWM duty cycle // File: pwm_sup.cpp // Created 12/24/95, DM Auslander (from other examples) // Modified to handle 2 PWM signals #include #include #inc

pwm2test.cpp

// Pulse Width Modulation (PWM) Generator -- // This version generates independent PWM signals by // instantiating additional tasks from the same classes. // Sample program // File: pwm2test.cpp