代码搜索:GetKey
找到约 2,187 项符合「GetKey」的源代码
代码结果 2,187
www.eeworm.com/read/392901/2490261
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/392899/2490285
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/167411/9969130
orc dfq.orc
F083 COMM
C000 DISABLELCD
F7FF DISPLAY
F0EF GETKEY
9000 HAVESERIAL
C000 INITSERIAL
C000 INITTIME
E001 LCDCLR
E001 LCDINIT
9000 LCDLIGHT
F78F MAIN
F083 ONCOMM
C000 RESETSERIAL
www.eeworm.com/read/167411/9969183
orc dfq.orc
F083 COMM
C000 DISABLELCD
F7FF DISPLAY
F0EF GETKEY
9000 HAVESERIAL
C000 INITSERIAL
C000 INITTIME
E001 LCDCLR
E001 LCDINIT
9000 LCDLIGHT
F78F MAIN
F083 ONCOMM
C000 RESETSERIAL
www.eeworm.com/read/176590/6323287
c d12op.c
#include "def.h"
#include "D12Def.h"
extern char Uart_GetKey(void) ;
extern void Uart_Printf(char *fmt,...);
void D12SetEpStat(U8 Ep,U8 Stat)
{
D12Cmd = Ep+0x40;
D12Dat = Stat;
}
voi
www.eeworm.com/read/259610/11778046
c d12op.c
#include "def.h"
#include "D12Def.h"
extern char Uart_GetKey(void) ;
extern void Uart_Printf(char *fmt,...);
void D12SetEpStat(U8 Ep,U8 Stat)
{
D12Cmd = Ep+0x40;
D12Dat = Stat;
}
voi
www.eeworm.com/read/295419/8165812
c d12op.c
#include "def.h"
#include "D12Def.h"
extern char Uart_GetKey(void) ;
extern void Uart_Printf(char *fmt,...);
void D12SetEpStat(U8 Ep,U8 Stat)
{
D12Cmd = Ep+0x40;
D12Dat = Stat;
}
voi
www.eeworm.com/read/405682/2285774
c test_d12.c
#include "def.h"
#include "44b.h"
#include "utils.h"
#include "D12Def.h"
//extern char Uart_GetKey(void) ;
void D12SetEpStat(U8 Ep,U8 Stat)
{
D12WrCmd(Ep+0x40);
D12WrDat(Stat);
}
v
www.eeworm.com/read/162665/10287055
bak study.h.bak
extern uchar get_ad(bit channel); //采样AD
extern uchar getkey(uint t); //采样键盘码
extern void beep(uchar t); //响喇叭一声
extern char getbyte(void);//从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。
extern putby
www.eeworm.com/read/162665/10287069
h study.h
extern uchar get_ad(bit channel); //采样AD
extern uchar getkey(uint t); //采样键盘码
extern void beep(uchar t); //响喇叭一声
extern char getbyte(void);//从接收缓冲区取一个byte,如不想等待则在调用前检测inbufsign是否为1。
extern putby