代码搜索:Boot
找到约 10,000 项符合「Boot」的源代码
代码结果 10,000
www.eeworm.com/read/401195/11562812
asm boot.asm
; Generated by PSoC Designer ver 4.4 b1884 : 14 Jan, 2007
;
;@Id: boot.tpl#161 @
;=============================================================================
; FILENAME: boot.asm
; VERSION
www.eeworm.com/read/400802/11568309
txt boot.txt
/*=====================================================================
Memory layout on NAND flash:
Block 0 has the NAND boot loader (NBOOT.BIN)
Block 1 is the TOC block which
www.eeworm.com/read/137157/11586823
asm boot.asm
//========================================================================================
//文件名称:boot.asm
//描述:中断初始化和建立播放列表
//======================================================================
www.eeworm.com/read/262545/11587019
o boot.o
www.eeworm.com/read/262545/11587031
s boot.s
IMPORT post_initGpio
IMPORT post_initMem
IMPORT post_initVariant
IMPORT post_initOsTimer
IMPORT process_CPSR
IMPORT vectorIdentify
IMPORT dummyOs
AREA boot ,CODE ,READ
www.eeworm.com/read/262543/11587043
o boot.o
www.eeworm.com/read/262543/11587049
s boot.s
IMPORT postDelay
IMPORT post_initGpio
IMPORT post_initMem
IMPORT post_initVariant
IMPORT dummyOs
IMPORT osStack
AREA boot ,CODE ,READONLY
ENTRY
b post
nop
nop
www.eeworm.com/read/262541/11587061
s boot.s
IMPORT postDelay
IMPORT post_initGpio
IMPORT post_initMem
IMPORT dummyOs
IMPORT stack_SVC
IMPORT stack_IRQ
IMPORT init_Memory
IMPORT RTSR