代码搜索:GetKey
找到约 2,187 项符合「GetKey」的源代码
代码结果 2,187
www.eeworm.com/read/286264/8778122
c tgetkey.c
#include
#include
void tst_getkey (void) {
char c;
while ((c = _getkey ()) != 0x1B) {
printf ("key = %c %bu %bx\n", c, c, c);
}
}
void main()
{ SCON = 0x50; /*SCO
www.eeworm.com/read/318825/13471534
h key.h
extern unsigned char MenuKey(void);
extern uchar GetKey(void);
www.eeworm.com/read/346044/11772156
h key_in.h
extern unsigned char KEY_IN(void);
extern unsigned char GetKey(void);
www.eeworm.com/read/418010/10968264
h key.h
#include "ps2.h"
#ifndef _KEY_H
#define _KEY_H
#define FPGA_Addr_KEY (*(volatile unsigned short *)0x08000028)
#define INHIBIT_AUTO_KEY_INPUT 1 // 当按住键不放时,是否允许连续产生键值(仅对矩阵键盘有效)
www.eeworm.com/read/291292/8426402
h key.h
#ifndef _key_
#define _key_
unsigned char getkey(void);
#endif
www.eeworm.com/read/389636/8509855
c main.c
/*------------------------------------------------------------------------------
MAIN.C: Interrupt Driver SIO Using printf.
Copyright 1995-2002 KEIL Software, Inc.
------------------------------
www.eeworm.com/read/389636/8509904
c main.c
/*------------------------------------------------------------------------------
MAIN.C: Interrupt Driver SIO Using printf.
Copyright 1995-2002 KEIL Software, Inc.
------------------------------
www.eeworm.com/read/384152/8893653
h keyboard.h
#include "def.h"
U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)