代码搜索:GetKey
找到约 2,187 项符合「GetKey」的源代码
代码结果 2,187
www.eeworm.com/read/241756/13121984
h keyboard16.h
#include "..\inc\def.h"
U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
U32 GetNoTaskKey();
www.eeworm.com/read/241755/13122148
h keyboard16.h
#include "..\inc\def.h"
U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
U32 GetNoTaskKey();
www.eeworm.com/read/241754/13122312
h keyboard16.h
#include "..\inc\def.h"
U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
U32 GetNoTaskKey();
www.eeworm.com/read/241750/13122568
h keyboard16.h
#include "..\inc\def.h"
U32 GetKey(); //低16位为键盘号码,高16位对应功能键扫描码 (1有效)
void SetFunctionKey(U16 Fnkey); //设定功能键扫描码,1有效 比如ctrl alt
U32 GetNoTaskKey();
www.eeworm.com/read/136652/13367233
c keyboard.c
#include "44b.h"
#include "def.h"
#include "Zlg7289.h"
unsigned char KeyBoard_Map[]={4,8,11,0,0,0,0,0,5,9,
12,15,1,0,0,0,6,10,13,16,
2,3,0,0,7,0,14,0,0,0,
0,0,0,0,0,0,0,0
www.eeworm.com/read/318825/13471539
c key.c
typedef unsigned char uchar;
typedef unsigned int uint;
#include "LPC2294.h"
#include "pin.h"
#include "beep.h"
uchar GetKey()
{
if((IO0PIN & KEY_1) == 0)
return 0x01;
else
www.eeworm.com/read/313448/13587151
h zlg7290.h
extern unsigned char ZLG7290_SendData(unsigned char SubAdd,unsigned char Data);
extern void ZLG7290_SendBuf(unsigned char * disp_buf,unsigned char num);
extern unsigned char ZLG7290_GetKey();
www.eeworm.com/read/313447/13587164
h zlg7290.h
extern unsigned char ZLG7290_SendData(unsigned char SubAdd,unsigned char Data);
extern void ZLG7290_SendBuf(unsigned char * disp_buf,unsigned char num);
extern unsigned char ZLG7290_GetKey();
www.eeworm.com/read/313447/13587191
h zlg7290.h
extern unsigned char ZLG7290_SendData(unsigned char SubAdd,unsigned char Data);
extern void ZLG7290_SendBuf(unsigned char * disp_buf,unsigned char num);
extern unsigned char ZLG7290_GetKey();
www.eeworm.com/read/306760/13738152
h utils.h
#ifndef _UTILS_H
#define _UTILS_H
#include "systypes.h"
#define GetUserKey() getkey()
void SerialConsoleInit(UINT rate);
int SerialConsleSel(int ch);
//int putchar(int c);
int kbhit(void)