代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/186812/8908379
init bluetooth.init
#!/bin/sh
#
# Start/stop the Bluetooth daemons
#
set -e
PATH=/sbin:/bin:/usr/sbin:/usr/bin
NAME=bluetooth
DESC="Bluetooth subsystem"
HCID_NAME=hcid
SDPD_NAME=sdpd
HIDD_NAME=hidd
HID2HCI_NAME=hid2hc
www.eeworm.com/read/186676/8918754
c init.c
/******************************************************************************
*
* Copyright (c) 2003 Gerhard W. Gruber
*
* PROJECT: pICE
* $Source: /cvsroot/pice/pice/module/init.c,v $
* $Revi
www.eeworm.com/read/186676/8918927
h init.h
/******************************************************************************
*
* Copyright (c) 2003 Gerhard W. Gruber
*
* PROJECT: pICE
* $Source: /cvsroot/pice/pice/module/init.h,v $
* $Revi
www.eeworm.com/read/186667/8919843
c init.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/186666/8920189
c init.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/284536/8920664
s init.s
; *******************************************************
; * NAME : INIT.S *
; * Version : 28.May.2003 *
; * Description: *
; * C start up codes *
; * Configur
www.eeworm.com/read/284497/8925316
s init.s
;******************************************************************************
;
; STARTUP CODE
; LM3Snnnn
;
www.eeworm.com/read/284497/8925336
lst init.lst
ARM Macro Assembler Page 1
1 00000000 ;*******************************************************
***********************
2 00000000 ;
www.eeworm.com/read/186442/8933279
cpp init.cpp
/////////////////////////////////////////////////////////////////////////////
// init.cpp: Driver initialization code
/////////////////////////////////////////////////////////////////////////////
www.eeworm.com/read/383583/8933294
c init.c
#include "c8051F040.h"
//sbit ncs=P0^5;
// Peripheral specific initialization functions,
// Called from the Init_Device() function
void Reset_Sources_Init()
{
WDTCN = 0xDE;
WDTCN