代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/421569/10729027
h init.h
/*头文件统一包含*/
#include
#include
#include
#include "define.h"
#include "command.h"
/*8位变量*/
extern unsigned char msg_buffer[300]; //消息体
extern unsigned char
www.eeworm.com/read/421569/10729031
o init.o
XL
H 4 areas F global symbols
M init.c
S _uart0_init Ref0000
A text size 6C flags 0
dbfile E:\ICCAVR\project\AVRMEG~3\icc\019-BOOT\init.c
dbfunc e io_init 0 fV
dbline FFFFFFFF 0
dbline 12 0
d
www.eeworm.com/read/350576/10731190
js init.js
//打开窗口的函数
function switchSysBar(){
if (parseInt(navigator.appVersion)>=4) {
if (switchPoint.innerText==3){
switchPoint.innerText=4
document.all("query").style.display="none"
}
els
www.eeworm.com/read/421225/10748723
o init.o
www.eeworm.com/read/421225/10748733
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/350277/10751788
s init.s
;**************************************************************
;
; This an simple implementation of bootloader for S3C4510B
; Hope it is useful to you.
;
; Enjoy it!
;
;*******************
www.eeworm.com/read/421129/10753818
c init.c
#include "s3c2440.h"
void disable_watch_dog(void)
{
WTCON = 0;
}
void init_led(void)
{
LEDCON= (1
www.eeworm.com/read/420957/10766032
c init.c
#include
#include "init.h"
void Init_ADC(void)
{
//设置P6.0为模拟输入通道
P6SEL = 0X07;
//设置ENC为0,从而修改ADC12寄存器的值
ADC12CTL0 &= ~(ENC);
//转换的起始地址为:A
www.eeworm.com/read/420957/10766034
h init.h
void Init_ADC(void);
void Init_TimerA(void);
void Init_Port(void);
void Init_TimerB(void);
void Delay_ms(unsigned long nValue);
void Delay_us(unsigned long nValue);
void Init_CLK(void);