代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/275656/10804291
h init.h
#define timer0_13bit TMOD&=0xf0;
#define timer0_16bit TMOD&=0xf0;//TMOD|=0x01;
#define timer0_auto_reload TMOD&=0xf0;//TMOD|=0x02;
#define timer1_13bit TMOD&=0x0f;
#d
www.eeworm.com/read/275656/10804472
h init.h
//Timer/Counter initialize
#define timer0_13bit TMOD&=0xf0
#define timer0_16bit TMOD&=0xf0;TMOD|=0x01
#define timer0_auto_reload TMOD&=0xf0;TMOD|=0x02
#define timer1_13bit
www.eeworm.com/read/275566/10811463
s init.s
;**************************************************************
;
; This an simple implementation of bootloader for S3C4510B
; Hope it is useful to you.
;
; Enjoy it!
;
;*******************
www.eeworm.com/read/420155/10813087
obj init.obj
www.eeworm.com/read/420155/10813185
sbr init.sbr
www.eeworm.com/read/419976/10825373
asm init.asm
/****************************************************************************
Include Section
*****************************************************************************/
#include "global.h"
www.eeworm.com/read/419976/10825391
h init.h
/*****************************************************************************
Prototypes
******************************************************************************/
.EXTERN __interrupts_set
www.eeworm.com/read/419873/10832999
m init.m
%--------------------------------------------------------------------------
% SoftGNSS v3.0
%
% Copyright (C) Darius Plausinaitis and Dennis M. Akos
% Written by Darius
www.eeworm.com/read/349364/10833438
h init.h
/*************************************************************************
"I Have No Tomatoes"
Copyright (c) 2004, Mika Halttunen
This software is p