代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/175680/9536507
c init.c
#include "ccblkfn.h"
#include "sysreg.h"
#include
#include
//#include "Cpld.h"
extern void Init_EBIU(void);
extern void Init_PLL(void);
extern void Init_SD
www.eeworm.com/read/371752/9537752
s init.s
; *******************************************************
; * NAME : Init.S *
; * Version : 11.Nov.2005 *
; * Description: *
; * C start up codes *
; * Configure memory, Initiali
www.eeworm.com/read/175537/9541713
h init.h
/**************** (c) 1998 SGS-Thomson Microelectronics **********************
PROJECT : ST72101
COMPILER : ST7 HICROSS C (HIWARE)
MODULE : Init.c
VERSION : V 2.0
CREATION DATE : 03/0
www.eeworm.com/read/175537/9541720
c init.c
/**************** (c) 1998 SGS-Thomson Microelectronics **********************
PROJECT : ST72101
COMPILER : ST7 HICROSS C (HIWARE)
MODULE : Init.c
VERSION : V 2.0
CREATION DATE : 03/0
www.eeworm.com/read/371690/9541785
o init.o
www.eeworm.com/read/371690/9541791
s init.s
;**************************************************************
;
; This an simple implementation of bootloader for S3C4510B
; Hope it is useful to you.
;
; Duyunhai use this program to UART0
www.eeworm.com/read/371690/9541802
s init.s
;**************************************************************
;
; This an simple implementation of bootloader for S3C4510B
; Hope it is useful to you.
;
; Duyunhai use this program to UART0
www.eeworm.com/read/371690/9541826
o init.o
www.eeworm.com/read/371690/9541838
s init.s
IMPORT Main
AREA Init, CODE, READONLY
ENTRY
LDR R0, =0x3FF0000
LDR R1, =0xE7FFFF80
STR R1,[R0]
LDR SP,=0x3FE1000
BL Main
B .
END
www.eeworm.com/read/371690/9541851