代码搜索:PWM
找到约 10,000 项符合「PWM」的源代码
代码结果 10,000
www.eeworm.com/read/27598/866775
120731134948 pwm.c.120731134948
#include
#define uint unsigned int
uint pwm1=500,pwm2=500;
void int_io(void)
{
TCCR1A=0XFF;//三通道
TCCR1B=0X0A;//8分频 0x09不分频
TCNT1=0X0000;
TIMSK=0X00;
ETIMSK=0X00;
DDRB=0XFF;
OCR
www.eeworm.com/read/28742/872566
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/28742/872567
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/28742/872570
doc capcom_pwm.doc
www.eeworm.com/read/32072/878222
vhd pwm_12.vhd
----------------------------------------------------------------------------------
-- Company: Han'slaser
-- Engineer: Zhouj110624
-- Create Date: 14:17:13 09/24/2012
-- Design Name:
www.eeworm.com/read/32279/879654
db_info pwm.db_info
Quartus_Version = Version 7.0 Build 33 02/05/2007 SJ Full Version
Version_Index = 100671744
Creation_Time = Mon May 28 16:53:19 2007
www.eeworm.com/read/32279/879705
cdb pwm.eco.cdb
www.eeworm.com/read/37743/905110
zip ccu_pwm.zip
www.eeworm.com/read/38250/911127
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/38250/911128
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.