代码搜索:initialisation
找到约 2,024 项符合「initialisation」的源代码
代码结果 2,024
www.eeworm.com/read/128552/5982998
h initlib.h
//
// initlib.h
//
// Declaration of an example initialisation function for the lwIP library.
//
#ifndef _LWIP_INIT_H_
#define _LWIP_INIT_H_
extern void lwip_init(u8_t* lwip_memory);
#endif //
www.eeworm.com/read/212331/15159679
h headset_debug.h
/***************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2005-2006
Part of BlueLab 3.6.2-release
FILE NAME
headset_debug.h
www.eeworm.com/read/171431/9756322
h headset_debug.h
/***************************************************************************
Copyright (C) Cambridge Silicon Radio Ltd. 2005-2006
Part of BlueLab 3.4.2-release
FILE NAME
headset_debug.h
www.eeworm.com/read/457545/7323010
c main.c
#if defined(__dsPIC33F__)
#include "p33fxxxx.h"
#endif
#include "i2c.h"
#include "icoc.h"
#include "rx8583.h"
_FOSCSEL(FNOSC_PRIPLL);
_FOSC(FCKSM_CSDCMD & POSCMD_HS);
_FWDT(FWDTEN_OFF);
www.eeworm.com/read/140467/5790173
s lowlevel_init.s
#include
#include
#include
DRAM_SIZE: .long CFG_DRAM_SIZE
.globl lowlevel_init
lowlevel_init:
mov r10, lr
/* ---- GPIO INITIALISATION ---- *
www.eeworm.com/read/128965/5976711
s memsetup.s
#include
#include
#include
DRAM_SIZE: .long CFG_DRAM_SIZE
.globl memsetup
memsetup:
mov r10, lr
/* ---- GPIO INITIALISATION ---- */
/* Set u
www.eeworm.com/read/117182/6107861
c pri_init.c
/home/asysweb/public_html/cortex/kernel/src/pri_init.c
/*************************************************************************/