代码搜索结果
找到约 10,000 项符合
Clock 的代码
clock.dbgdt
117
clock.dni
[DisAssemblyWindow]
NumStates=_ 1
State 1=_ 1
[Log file]
LoggingEnabled=_ 0
LogFile=_ ""
Category=_ 0
[TermIOLog]
LoggingEnabled=_ 0
LogFile=_ ""
[Breakpoints]
Count=0
[Interrupts]
Enable
clock.wsdt
clock/Debug
clock.dep
1
Debug
$PROJ_DIR$\main.c
clock.eww
$WS_DIR$\clock.ewp
clock.ewp
1
Debug
MSP430
clock.v
module clock(clk,clk_1k,mode,change,turn,alert,hour,min,sec,
LD_alert,LD_hour,LD_min);
input clk,clk_1k,mode,change,turn;
output alert,LD_alert,LD_hour,LD_min;
output[7:0] hour,min,sec;
reg[7:0]
clock.dbg
VERSION 1.0
CPU AVR
DIR D:\ICC-AVR\examples.sl\clock\
FILE clock.c
DEFSTATIC tabel 1A Ac[16:16]
FILE clock.c
FUNC port_init 74 fI
LINE 28 74
LINE 29 74
LINE 30 78
LINE 31 7C
LINE 32 7E
LIN