代码搜索:timer
找到约 10,000 项符合「timer」的源代码
代码结果 10,000
www.eeworm.com/read/478234/6722214
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
extern void Test_Timer(void);
extern void Test_WDTimer(void);
extern void Test_TimerInt(void);
#endif /*__TIMER_H__*/
www.eeworm.com/read/477944/6726368
lds timer.lds
SECTIONS {
. = 0x30000000;
.text : { *(.text) }
.rodata ALIGN(4) : {*(.rodata)}
.data ALIGN(4) : { *(.data) }
.bss ALIGN(4) : { *(.bss) *(COMMON) }
}
www.eeworm.com/read/478001/6727114
lnp timer.lnp
"STARTUP.obj",
"main.obj",
".\seg7.obj"
TO "timer"
RAMSIZE(256)
www.eeworm.com/read/478001/6727115
plg timer.plg
礦ision2 Build Log
Project:
D:\SangWei\51开发系统\Timer\prj\timer.uv2
Project File Date: 03/01/2006
Output:
Build target 'Target 1'
assembling STA
www.eeworm.com/read/478001/6727120
hex timer.hex
:030000000201906A
:0C019000787FE4F6D8FD75812002001E87
:10001E007580FF75A0FFC200E4F508F509F50A1218
:10002E000166D28E3000FDC200E50AB40F0CE50960
:10003E00B42707E4F509F50A8008050AE50A7002F7
:10004E00
www.eeworm.com/read/478001/6727125
opt timer.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/476941/6743290
c timer.c
// Intel 8253/8254/82C54 Programmable Interval Timer (PIT).
// Only used on uniprocessors;
// SMP machines use the local APIC timer.
#include "types.h"
#include "defs.h"
#include "traps.h"
#include "
www.eeworm.com/read/164976/6747586
h timer.h
#ifndef __TIMER_H__
#define __TIMER_H__
void Test_WDTimer(void);
#endif /*__TIMER_H__*/
www.eeworm.com/read/476510/6754721
crf timer.crf
www.eeworm.com/read/476510/6754731
d timer.d
.\obj\timer.o: ..\Common\src\timer.c
.\obj\timer.o: ..\Common\inc\LPC230x.h
.\obj\timer.o: ..\Common\inc\type.h
.\obj\timer.o: ..\Common\inc\irq.h
.\obj\timer.o: ..\Common\inc\timer.h