代码搜索:init
找到约 10,000 项符合「init」的源代码
代码结果 10,000
www.eeworm.com/read/349054/10854248
o init.o
www.eeworm.com/read/349002/10856438
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/348907/10860620
py __init__.py
### Copyright (C) 2002-2005 Stephen Kennedy
### Redistribution and use in source and binary forms, with or without
### modification, are permitted provided that the following condi
www.eeworm.com/read/419553/10861324
doj init.doj
www.eeworm.com/read/419553/10861337
c init.c
#include "stdio.h"
#include "ccblkfn.h"
#include "sysreg.h"
#include "../CPLD.h"
#include "NAND_FLASH.h"
void Init_EBIU(void)
{
*pEBIU_AMBCTL0 = 0x7bb07bb0;
*pEBIU_AMBCTL1 = 0xffffff
www.eeworm.com/read/419475/10866009
obj init.obj
www.eeworm.com/read/348787/10867105
h init.h
#ifndef _mcuinit_
#define _mcuinit_
void init_IT(void);
void init_TCC(void);
void init_RCCU(void);
void init_SCI(void);
void init_ADC(void);
#endif
www.eeworm.com/read/348787/10867175
c init.c
#include "st92196.h"
#include "register.h"
#include "macro.h"
#include "utility.h"
#include "init.h"
/****************************************************************************
INPUT :
www.eeworm.com/read/348739/10869162
c init.c
#include
#include
/*
* ======== main ========
*/
int s;
char *b;
#define UART_COUNTER 0x62
#define KEYIN_COUNTER 0X61
#define LCD_SIZE 23
#define KEY_SI