代码搜索:GetKey
找到约 2,187 项符合「GetKey」的源代码
代码结果 2,187
www.eeworm.com/read/291292/8426399
c key.c
#include "key.h"
#include "common.h"
#include "def.h"
#include
unsigned char getkey(void)
{
unsigned char buffer,display_bit,i;
buffer=0xff; //赋初值为0xff
delay_ms(0x08)
www.eeworm.com/read/390009/8489626
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/387694/8658766
h key.h
#define KEY_N 5
#define KEY_R 10
extern void key_scan();
extern unsigned char inkey();
extern unsigned char getkey();
www.eeworm.com/read/430729/8730431
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/384353/8876574
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/284487/8925860
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/383288/8957408
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/283201/9035923
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)
//
www.eeworm.com/read/378653/9220274
h printp.h
extern unsigned char uart_getkey(void);
extern void uart_init(unsigned int baud);
extern void uart_putchar(unsigned char ch);
extern void putstr(char ch[]);
void printp( char * , ...);
www.eeworm.com/read/377467/9275534
c keyscan.c
//#include "gui.h"
unsigned char KeyScan(void)
{
unsigned char Key;
unsigned char i;
for(i = 0; i < 100; i++){
//GUI_Delay(10);
SIM_Delay(5);
Key= GUI