代码搜索:GetKey
找到约 2,187 项符合「GetKey」的源代码
代码结果 2,187
www.eeworm.com/read/250568/12399595
c led.c
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\led.h"
void Test_Led(void)
{
rSYSCFG=SYSCFG_8KB;
#if (PLLON==1)
Cha
www.eeworm.com/read/234491/14111123
bak setip_form.cpp.bak
/****************************************************************************
** Form implementation generated from reading ui file 'setip_form.ui'
**
** Created: Mon May 29 18:24:22 2006
** by:
www.eeworm.com/read/232005/14211777
h key.h
//KEYPAD
#ifndef _KEYPAD_H_
#define _KEYPAD_H_
#define NO_KEY 0Xff
#define KEY_CANCLE 0XE7
extern U16 KeyPad(void);
extern U16 GetKey(void);
extern unsigned char KBhit(void);
#end
www.eeworm.com/read/228872/14358898
h sd_file.h
/*----------------------------------------------------------------------------
* R T L F l a s h F i l e S y s t e m E x a m p l e
*---------------------------------------------------
www.eeworm.com/read/221733/14725645
c led.c
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\led.h"
void Test_Led(void)
{
rSYSCFG=SYSCFG_8KB;
#if (PLLON==1)
Cha
www.eeworm.com/read/210697/15193287
c led(bak).c
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\led.h"
void Test_Led(void)
{
rSYSCFG=SYSCFG_8KB;
#if (PLLON==1)
Cha
www.eeworm.com/read/210697/15193295
c kb.c
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\kb.h"
void Test_Kb(void)
{
U8 which_key;
rPCONG=0x00ff; //EINT7~0
www.eeworm.com/read/195394/8159212
c cfghelp.c
#include
#include
#include
#include
#include "tdecfg.h"
#include "cfghelp.h"
extern struct vcfg cfg;
extern FILE *tde_exe;
exte
www.eeworm.com/read/335254/12543147
c main.c
/*
带有缓冲区的键盘通用程序库演示程序
说明:传统的键盘程序,必须要执行到函数时才扫描键盘。如果主循环中有长时间
程序,或者按键后要执行耗时很长的功能,都有可能造成错过连续快速的按
键。本程序库的优点在于给键盘接口程序和应用程序中间增加了一级缓冲队
列, ...
www.eeworm.com/read/134186/14002209
c bootmain.c
#include "inc\44b.h"
#include "platform.h"
#include "common.h"
#define U32 unsigned int
#define Uart_Printf OutPut
#define Uart_GetKey GetKey
void BoardInit (void);
typedef void (*FUNC)(voi