代码搜索:PWM
找到约 10,000 项符合「PWM」的源代码
代码结果 10,000
www.eeworm.com/read/201696/15398542
uv2 pwm.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
Group (Debugger Scripts)
Group (Documentation)
File 1,1,
www.eeworm.com/read/108542/15584498
c pwm5272.c
/*****************************************************************************/
/*
* pwm5272.c -- Driver for MCF5272 PWM audio,using timer0 to produce sample
* rate interrupt.It works well
www.eeworm.com/read/108542/15584499
h pwm5272.h
/* PWM header file for pwm audio driver.
* It's based on MCF5272.
* 2003/6/18 floatingg(ľͷ)
*/
#ifndef _PWM_AUDIO_H_
#define _PWM_AUDIO_H_
#define BYTE_REF(addr) (*((volatile unsigned c
www.eeworm.com/read/105484/15666215
opt capcom_pwm.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/105484/15666216
c capcom_pwm.c
// CAPCOM_PWM.c
// Christian Kulig, 10/29/02
//
// This sample uses the Capture Compare Unit (CCU) to create Pulse Width
// Modulated (PWM) signals to drive and dimm two LEDs on port P2.1 and P2.
www.eeworm.com/read/101167/15842698
c pwm_1.c
// Program PWM_1.C
//
// Varies PWM duty using potentiometer on A/D Ch0 and outputs
// the value of "duty" to LCD.
//
// PIC18C452
//
// PORTC2 (term 17) -------- transistor ----------- motor
www.eeworm.com/read/101167/15842700
c pwm_2.c
// Program PWM_3.C
//
// Varies PWM duty using potentiometer on A/D Ch0 and outputs
// the value of "duty" to LCD.
//
// Uses 10-bit PWM. The period is 1/256 us.
//
// copyright, Peter H. Ande
www.eeworm.com/read/101167/15842787
c pwm_1.c
// Program PWM_1.C
//
// Illustrates use of CCP1 to implement 8-bit PWM on RC2/CCP1.
//
// When pushbutton is open (released), duty cycle decrease to zero. When
// pushbutton is depressed, duty
www.eeworm.com/read/101167/15842791
c pwm_2.c
// Program PWM_2.C
//
// Varies PWM duty using potentiometer on A/D Ch0 and outputs
// the value of "duty" to LCD.
//
// Uses 8-bit PWM. The period is 1/256 us or about 4KHz.
//
// copyright,
www.eeworm.com/read/101167/15842819
c pwm_3.c
// Program PWM_3.C
//
// Varies PWM duty using potentiometer on A/D Ch0 and outputs
// the value of "duty" to LCD.
//
// Uses 10-bit PWM. The period is 1/256 us.
//
// copyright, Peter H. Ande