代码搜索:initial
找到约 10,000 项符合「initial」的源代码
代码结果 10,000
www.eeworm.com/read/337555/12358700
lis adc.lis
.module ADC.C
.area vector(rom, abs)
.org 22
0016 25C0 rjmp _USART_receive
.area text(
www.eeworm.com/read/250946/12374458
c main.c
#include"common.h"
#include"DS18B20.c"
int main(void)
{
uchar temp;
disp_Initial();
while(1)
{
Reset_DS18B20();
Get_Temperature();
temp=Convert_Temperature();
www.eeworm.com/read/250944/12374525
c keyboard.c
/*
ICBEAN M16板键盘程序
keyboard.c
*/
#include "common.h"
#include "keyboard.h"
void keyboard_Initial(void)
{
DDR_KEYBoard &=0xC3;
PORT_KEYBoard |=0x3C;
}
uchar GetKey(void)
{
www.eeworm.com/read/250858/12381195
asm hardware.asm
//========================================================================================
// Progarm: Standard function definition
// Writen by: Andy
//
// Lastest modified date:
// 2000/06/2
www.eeworm.com/read/149309/12387257
asm hardware.asm
//========================================================================================
// Progarm: Standard function definition
// Writen by: Andy
// Modifiyed: by Arthur Shieh
//
// Lastest
www.eeworm.com/read/233763/14137555
hif uartt.hif
Version 6.0 Build 202 06/20/2006 Service Pack 1 SJ Full Version
35
1763
OFF
OFF
OFF
OFF
OFF
FV_OFF
Level2
0
0
VRSM_ON
VHSM_ON
0
-- Start Partition --
-- End Partition --
-- Start Libr
www.eeworm.com/read/231618/14225942
c keyc.c
#include
#include
#include
#define uchar unsigned char
#define uint unsigned int
#define COM XBYTE[0x9801]
#define DAT XBYTE[0x9800]
#define W_C_GLCD XBYTE[0xA
www.eeworm.com/read/129337/14250460
c kbhit.c
#include
#include
#include
#include
#include
static struct termios initial_settings, new_settings;
static int peek_character = -1;
void init_keyb
www.eeworm.com/read/231142/14253507
h sm_extr.h
/*************************************************************************/
/* */
/* Copyright Mentor Graphics Cor
www.eeworm.com/read/231035/14260133
asm hardware.asm
//========================================================================================
// Progarm: Standard function definition
// Writen by: Andy
//
// Lastest modified date:
// 2000/06/2