代码搜索:PWM
找到约 10,000 项符合「PWM」的源代码
代码结果 10,000
www.eeworm.com/read/226464/14465177
asm pwm.asm
ADC EQU 35H
CLOCK BIT P2.4 ;定义ADC0808时钟位
ST BIT P2.5
EOC BIT P2.6
OE BIT P2.7
PWM BIT P3.7
ORG 00H
SJMP START
ORG 0BH
LJMP INT_T0
START: MOV TMOD,#02H ;
M
www.eeworm.com/read/125479/14491477
h pwm.h
#ifndef __PWM_H__
#define __PWM_H__
#define PWM_FRE 10000 //10kHz
#define PWM_CONT (MCLK/(16*2*1.01)/PWM_FRE)
#define INITPWMSCALE 0.5
void InitPWM(void);
int SetPWM(U8 num, float scale)
www.eeworm.com/read/125477/14491672
h pwm.h
#ifndef __PWM_H__
#define __PWM_H__
#define PWM_FRE 10000 //10kHz
#define PWM_CONT (MCLK/(16*2*1.01)/PWM_FRE)
#define INITPWMSCALE 0.5
void InitPWM(void);
int SetPWM(U8 num, float scale)
www.eeworm.com/read/225556/14535300
wav pwm.wav
www.eeworm.com/read/225554/14535379
wav pwm.wav
www.eeworm.com/read/225414/14541542
map pwm.map
LA ARM LINKER/LOCATER V2.01e 02/20/2005 11:46:10 PAGE 1
LA ARM LINKER/LOCATER V2.01e, INVOKED BY:
C:\KEIL\ARM\BIN\LA.EXE main.obj, St
www.eeworm.com/read/225414/14541554
elf pwm.elf
www.eeworm.com/read/225414/14541559
plg pwm.plg
礦ision3 Build Log
Project:
C:\Work\ARM\Philips Course Image\Keil ARM Compiler examples\Solution\EX18-PWMModule\PWM.uv2
Project File Date: 02/20/2005
www.eeworm.com/read/225414/14541565
lnp pwm.lnp
"main.obj",
"Startup.obj"
TO "PWM"
CASE
CLASSES (DATA (0x40000000-0x40003FFF),
CODE (0x0-0x3FFFF), CONST (0x0-0x3FFFF))
www.eeworm.com/read/225414/14541569
opt 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 {