代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/170484/9803737
c init.c
/******************************************************************************
*
* Copyright (c) 2003 Gerhard W. Gruber
*
* PROJECT: pICE
* $Source: /cvsroot/pice/pice/module/init.c,v $
* $Revi
www.eeworm.com/read/170484/9803830
h init.h
/******************************************************************************
*
* Copyright (c) 2003 Gerhard W. Gruber
*
* PROJECT: pICE
* $Source: /cvsroot/pice/pice/module/init.h,v $
* $Revi
www.eeworm.com/read/170403/9807812
c init.c
#include "ccblkfn.h"
#include "sysreg.h"
#include
#include
extern void InitEBIU(void);
extern void Init_PLL(void);
void InitEBIU(void)
{
*pEBIU_AMBCTL0 =
www.eeworm.com/read/170403/9807828
h init.h
#ifndef INIT
#define INIT
extern void InitEBIU(void);
extern void Init_PLL(void);
#else
#endif
www.eeworm.com/read/366576/9808279
init bluetooth.init
#!/bin/sh
#
# Start/stop the Bluetooth daemons
#
set -e
PATH=/sbin:/bin:/usr/sbin:/usr/bin
NAME=bluetooth
DESC="Bluetooth subsystem"
DAEMON_NAME=bluetoothd
HID2HCI_NAME=hid2hci
DAEMON_EXEC="`which
www.eeworm.com/read/170364/9808788
s init.s
;**************************************************************
;
; This an simple implementation of bootloader for S3C4510B
; Hope it is useful to you.
;
; Duyunhai use this program to UART0
www.eeworm.com/read/170179/9815222
c init.c
#include
#include "define.h"
#include "Global.h"
/************************************************************************
处理器: MSP430F149
***************************************
www.eeworm.com/read/366316/9821146
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/366316/9821158
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