代码搜索:KeyScan
找到约 2,231 项符合「KeyScan」的源代码
代码结果 2,231
www.eeworm.com/read/142075/12966479
h keyscan.h
#ifndef __KeyScan_H__
#define __KeyScan_H__
#define NOKEY 0
#define DONT 0
#define DONE 1
#define DOWN 111
#define BeFree 122
#define Continued 100
#de
www.eeworm.com/read/141567/13000139
h keyscan.h
#ifndef REG52
#include
#endif
#ifndef SUBSTRUCT
#include
#endif
#define KEYSCAN 0x42
bit EJECT,PLPS,NEXT,PRE;
/*
void nop()
{
unsigned char i;
i=0;
fo
www.eeworm.com/read/141034/13046674
o keyscan.o
www.eeworm.com/read/141034/13046891
c keyscan.c
#include "def.h"
#include "2410addr.h"
#include "2410lib.h"
#include "2410slib.h"
#include "mmu.h"
#include "uart.h"
#include "timer.h"
/******************************************************
www.eeworm.com/read/326285/13149514
o keyscan.o
www.eeworm.com/read/326285/13149777
c keyscan.c
/**************************************************************
4*4 Key Scan
**************************************************************/
#include "def.h"
#include "option.h"
#include "2440a
www.eeworm.com/read/326285/13149821
h keyscan.h
#ifndef __IIC_H__
#define __IIC_H__
void KeyScan_Test(void);
void Key_ISR(void);
void Key_Scan(void);
#endif
www.eeworm.com/read/241175/13164634
c keyscan.c
#include
#define uchar unsigned char
bit bdata KeyFlag;
void Delay10ms(void)
{
uchar i,j,k;
for(i=5; i>0; i--)
for(j=4; j>0; j--)
for(k=248; k>0; k--);
}
uchar Key
www.eeworm.com/read/241175/13164644