代码搜索:init

找到约 10,000 项符合「init」的源代码

代码结果 10,000
www.eeworm.com/read/453528/7417607

s init.s

AREA Init,CODE,READONLY ;Pre-defined constants USERMODE EQU 0x10 FIQMODE EQU 0x11 IRQMODE EQU 0x12 SVCMODE EQU 0x13 ABORTMODE EQU 0x17 UNDEFMODE EQU 0x1b MODEMASK EQU 0x1f NOINT EQU 0xc0
www.eeworm.com/read/453528/7417622

o init.o

www.eeworm.com/read/452883/7431444

s init.s

;file name ml64000init.s ;data: 19/07/2005 ;function:init system ,init stack and falsh sram AREA boot, CODE, READONLY INCLUDE define.s USERMODE EQU 0x10 FIQMODE EQU 0x11 IRQMOD
www.eeworm.com/read/452883/7431475

o init.o

www.eeworm.com/read/452710/7435269

c init.c

/* init.c - init */ #include #include #include /*------------------------------------------------------------------------ * init - initialize a device *------
www.eeworm.com/read/452679/7436540

c init.c

#include
www.eeworm.com/read/452679/7436546

esym init.esym

d G "PIN_A0" 2 19 "40" d G "PIN_A1" 2 20 "41" d G "PIN_A2" 2 21 "42" d G "PIN_A3" 2 22 "43" d G "PIN_A4" 2 23 "44" d G "PIN_A5" 2 24 "45" d G "PIN_B0" 2 26 "48" d G "PIN_B1" 2 27 "49" d G "PIN
www.eeworm.com/read/452679/7436559

h init.h

#include
www.eeworm.com/read/452252/7443956

c init.c

#include #include #include #include #include "dbgdata.h" #include "init.h" bool initcpu(struct CmdLine cl) { int fileSize; FILE* fptr; struct HeaderRe
www.eeworm.com/read/452252/7443999

h init.h

#include "cmdline.h" bool initcpu(struct CmdLine cl); int getFileSize(char *name);