代码搜索:init

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

代码结果 10,000
www.eeworm.com/read/411272/11249591

ini init.ini

$=startup1
www.eeworm.com/read/148397/12468085

o init.o

www.eeworm.com/read/148397/12468099

s init.s

;**--------------文件信息-------------------------------------------------------------------------------- ;**文 件 名: Init.s ;**创 建 人: 陈明计 ;**最后修改日期: 2003年7月1日 ;**描 述: lpc210x初始化代码,每个工程应当
www.eeworm.com/read/148396/12468143

s init.s

# This module initializes BSS section, stack pointers and interrupts for each mode, # and finally branches to main in the C library (which eventually calls main()). # # On reset, the ARM core star
www.eeworm.com/read/148395/12468215

s init.s

# This module initializes BSS section, stack pointers and interrupts for each mode, # and finally branches to main in the C library (which eventually calls main()). # # On reset, the ARM core star
www.eeworm.com/read/148393/12468396

s init.s

;EP7312处理器启动代码 ;-------------------------------------------------- SBADDR EQU 0x80000000 rMEMCFG1 EQU SBADDR+0x0180 rMEMCFG2
www.eeworm.com/read/148393/12468471

s init.s

IMPORT Main ;通知编译器该标号为一个外部标号 AREA Init,CODE,READONLY ;定义一个代码段 ENTRY ;定义程序的入口点 LDR R0,=0x3FF0000 ;初始化系统配置寄存器 LDR R1,=0xE7FFFF80 ; 配置SYSCFG,片内4K Ca
www.eeworm.com/read/148393/12468512

s init.s

IMPORT Main ;通知编译器该标号为一个外部标号 AREA Init,CODE,READONLY ;定义一个代码段 ENTRY ;定义程序的入口点 LDR R0,=0x3FF0000 ;初始化系统配置寄存器 LDR R1,=0xE7FFFF80 ; 配置SYSCFG,片内4K Ca
www.eeworm.com/read/148330/12475042

s init.s

;/****************************************Copyright (c)************************************************** ;** 广州周立功单片机发展有限公司 ;** 研
www.eeworm.com/read/336009/12481614

c init.c

#include VOID Sys_Init() { AUXR=0x01; }