代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/159864/10607446
h init.h
/*************************************************/
/********************初始化*********************/
/*************2002年12月13日*******************/
/************WROTE BY WANGSW******************
www.eeworm.com/read/277673/10613109
c init.c
/*
ICC-AVR application builder : 2008-01-24 15:51:26
Target : s12dg128b
Crystal: 16Mhz
Designed by Chiu Sir
E-mail:chiusir@yahoo.cn
*/
#include
void uart_init(
www.eeworm.com/read/351744/10613474
c init.c
//ICC-AVR application builder : 2004-10-27 10:06:29
// Target : M16
// Crystal: 8.0000Mhz
#include "main.h"
//初始化变量
void varInit(void)
{
}//void valInit(void)
void port_init(void)
{
www.eeworm.com/read/351744/10613498
s init.s
.module init.c
.area text(rom, con, rel)
.dbfile E:\我的网页\mcuc\download\M16-23板程序模板\新建文件夹\init.c
.dbfunc e varInit _varInit fV
.even
_varInit::
.dbline -1
.dbline 9
; //ICC-AVR applicati
www.eeworm.com/read/351744/10613526
lis init.lis
.module init.c
.area text(rom, con, rel)
0000 .dbfile E:\我的网页\mcuc\download\M16-23板程序模板\新建文件夹\init.c
0000 .dbfu
www.eeworm.com/read/351744/10613539
o init.o
XL
H 2 areas 10 global symbols
M init.c
S _receCount Ref0000
S _sendCount Ref0000
S _receBuf Ref0000
S _sendBuf Ref0000
S _sendPosi Ref0000
S _checkoutError Ref0000
S _receTimeOut Ref0000
A
www.eeworm.com/read/277657/10613923
h init.h
#ifndef INIT
#define INIT
extern void Init_EBIU(void);
extern void Init_PLL(void);
extern void Init_SDRAM(void);
#else
#endif
www.eeworm.com/read/277657/10613934
c init.c
#include "ccblkfn.h"
#include "sysreg.h"
#include
#include
//#include "Cpld.h"
extern void Init_EBIU(void);
extern void Init_PLL(void);
extern void Init_SD
www.eeworm.com/read/277630/10615253
c init.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------