代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/264994/11288088
s initial.s
.module initial.c
.area text(rom, con, rel)
.dbfile D:\桌面\ds18b20\initial.c
.dbfunc e port_init _port_init fV
.even
_port_init::
.dbline -1
.dbline 21
; /*******************************
www.eeworm.com/read/264994/11288104
i initial.i
www.eeworm.com/read/264994/11288113
lis initial.lis
.module initial.c
.area text(rom, con, rel)
0000 .dbfile D:\桌面\ds18b20\initial.c
0000 .dbfunc e port_init _port
www.eeworm.com/read/264994/11288116
c initial.c
/****************************************Copyright (c)**************************************************
** 杭 州 鑫 高 科 技 有 限 公 司
**
www.eeworm.com/read/264994/11288122
o initial.o
XL
H 1 areas 1 global symbols
M initial.c
A text size 16 flags 0
dbfile D:\桌面\ds18b20\initial.c
dbfunc e port_init 0 fV
dbline FFFFFFFF 0
dbline 15 0
dbline 16 0
dbline 17 4
dbline 18 8
dbl
www.eeworm.com/read/410344/11292702
c initial.c
/*-------------------------------------------------------------------
FILE NAME:
config.c
DESCRIPTION:
this file includes modules initialize function.
AUTHOR:
WYF
VERSION:
2005.1122.00
C
www.eeworm.com/read/409202/11341632
_h initial._h
//ICC-AVR application builder : 2007-1-8 15:30:20
// Target : M8
// Crystal: 4.0000Mhz
#ifndef _INITIAL_H
#define _INITIAL_H
#define uchar unsigned char
extern void init_devices(void);
#end
www.eeworm.com/read/409202/11341651
s initial.s
.module initial.c
.area text(rom, con, rel)
.dbfile D:\myavrproject\icc\twi\initial.c
.dbfunc e watchdog_init _watchdog_init fV
.even
_watchdog_init::
.dbline -1
.dbline 12
; //ICC-AVR
www.eeworm.com/read/409202/11341665
_c initial._c
//ICC-AVR application builder : 2007-1-9 14:28:21
// Target : M8
// Crystal: 8.0000Mhz
#include
#include
void port_init(void)
{
PORTB = 0x00;
DDRB = 0x00;
PORTC =