代码搜索:GetKey

找到约 2,187 项符合「GetKey」的源代码

代码结果 2,187
www.eeworm.com/read/253502/12218640

h uart.h

#ifndef __UART_H__ #define __UART_H__ #include "option.h" void Uart_Init(void); char Uart_Getch(void); void Uart_GetString(char *string); char Uart_GetKey(void); void Uart_SendByte(int data
www.eeworm.com/read/232422/14195436

lst i2c.lst

C51 COMPILER V5.50, I2C 02/12/03 05:12:36 PAGE 1 DOS C51 COMPILER V5.50, COMPILATION OF MODULE I2C OBJECT MODULE PLACED I
www.eeworm.com/read/232422/14195424

c i2c.c

/*******************************************************************************/ /* */ /* Title: I2C Code */ /* */ /* This example demo code is provided
www.eeworm.com/read/235521/4650914

lnp keyboard.lnp

"Display.obj", "keyboard_main.obj", "getkey.obj" TO "keyboard" RAMSIZE(256)
www.eeworm.com/read/209211/4983023

h authlocal.h

extern AuthInfo* _fauth_proxy(int fd, AuthRpc *rpc, AuthGetkey *getkey, char *params);
www.eeworm.com/read/209211/4986702

h authlocal.h

extern AuthInfo* _fauth_proxy(int fd, AuthRpc *rpc, AuthGetkey *getkey, char *params);
www.eeworm.com/read/293136/8314043

h uhal.h

/********************************************************************************************* * File: uhal.H * Author: Embest * Desc: * History: **********************************************
www.eeworm.com/read/26932/972729

cc2430

/****************************************************************************** Filename: getkey.c Target: cc2430 Revised: 16/12-2005 Revision: 1.0 ****************************
www.eeworm.com/read/116577/14965106

c te_key.c

#include "te.h" void clrkey(void) /*清除键盘缓冲区的按键*/ { while(keypress())getkey(NULL); } unsigned int getkey(KEYCODE *pkc) /*读键,KEYCODE在te.h中定义*/ { union REGS regkey; regkey.h.ah=0
www.eeworm.com/read/209211/4986707

mkfile