代码搜索结果
找到约 10,000 项符合
PWM 的代码
pwm.hex
:0400000500000000F7
:020000040000FA
:1000000018F09FE518F09FE518F09FE518F09FE5C0
:1000100018F09FE50000A0E1F0FF1FE518F09FE554
:1000200058000000400000004400000048000000AC
:100030004C0000000000000050
pwm.tra
*** Creating Trace Output File 'pwm.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"startup.o"'
### List of Objects: adding '".\fdac.o"'
### ADS-
pwm.map
ARM Linker, RVCT3.0 [Build 951] for uVision [Full]
================================================================================
Section Cross References
startup.o(STACK) refers (Speci
pwm.__i
-c --device DARMP -g -O0 --apcs=interwork -I "C:\Keil\ARM\INC\Philips" -o "pwm.o" "pwm.c"
pwm.c
#include
sbit PWMPIN=P1^0;
bit F;
unsigned char pwm_width;
void pwm_setup()
{
TMOD = 0;
pwm_width =160;
EA = 1;
ET0 = 1;
TR0 = 1;
}
voi
pwm.lnp
"pwm.obj"
TO "pwm"
RAMSIZE(256)
pwm.plg
礦ision3 Build Log
Project:
D:\patil dont touch\prashant patil\unzipped\patil\patil\vxrt\pwm1\pwm.uv2
Project File Date: 03/17/2009
Output:
Bui
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 {