代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/350945/10694372
lis init.lis
.module init.c
.area text(rom, con, rel)
0000 .dbfile C:\ATMega8515\数码管\init.c
0000 .dbfunc e port_init _port_i
www.eeworm.com/read/350945/10694388
o init.o
XL
H 1 areas 2 global symbols
M init.c
A text size 2E flags 0
dbfile C:\ATMega8515\数码管\init.c
dbfunc e port_init 0 fV
dbline FFFFFFFF 0
dbline 9 0
dbline A 0
dbline B 4
dbline C 8
dbline D
www.eeworm.com/read/350933/10695210
s init.s
AREA init, CODE, READONLY, ALIGN=5
ENTRY
;IMPORT Sys_init ; From MyLib
;IMPORT Sys_init2 ; From MyLib
IMPORT Main
B Reset_Handler ; Reset here(0)
B Reset_Handler
www.eeworm.com/read/350933/10695224
o init.o
www.eeworm.com/read/421710/10708509
c init.c
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// Use of this source code is subject to the terms of the Microsoft end-user
// license agreement (EULA) under which you lic
www.eeworm.com/read/276703/10714308
obj init.obj
www.eeworm.com/read/421569/10728940
c init.c
#include "init.h"
/*参数声明*/
unsigned char msg_buffer[300]; //消息体
unsigned char seqNumber; //顺序数
unsigned char checkSum; //和校验
unsigned char clockSpeed; //时钟速度
unsigned char reset
www.eeworm.com/read/421569/10728948
s init.s
.module init.c
.area data(ram, con, rel)
_flag::
.blkb 1
.area idata
.byte 0
.area data(ram, con, rel)
.dbfile E:\ICCAVR\project\AVRMEG~3\icc\019-BOOT\init.c
.dbsym e flag _flag c
.a
www.eeworm.com/read/421569/10728984
_c init._c
#include "init.h"
/*参数声明*/
unsigned char msg_buffer[300]; //消息体
unsigned char seqNumber; //顺序数
unsigned char checkSum; //和校验
unsigned char clockSpeed; //时钟速度
unsigned char reset
www.eeworm.com/read/421569/10729013
lis init.lis
.module init.c
.area data(ram, con, rel)
0000 _flag::
0000 .blkb 1
.area idata
0000 00