代码搜索:GetKey

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

代码结果 2,187
www.eeworm.com/read/448336/7534757

c io.c

#include #include #include Interrupt(void uart(void),4) { if(RI==1) { rx_buffer_wr(SBUF); RI=0; } } /*char _getkey(void) { char c; c=rx_buffer_rd(); retu
www.eeworm.com/read/482672/6317467

i text1.i

#line 1 "Text1.C" /0 #line 1 "D:\学习软件\单片机编程\C51\INC\STDIO.H" /0 typedef unsigned int size_t; #pragma SAVE #pragma REGPARMS extern char _getkey (void);
www.eeworm.com/read/25859/849138

c scan.c

#include #define uint unsigned int #define uchar unsigned char #define key P1 char getkey() { uchar a,b; do { key=0xf0; a=key; key=0x0f; b=key; a=a|b;
www.eeworm.com/read/34883/892064

c button.c

/**************************************************************************** * Copyright (C), 2009-2010, www.armfly.com * * 文件名: sysytick.c * 内容简述: 本模块实现7个按键的检测,具有滤波机制,支持按下,弹起和长按动作。 * 通过GetKey
www.eeworm.com/read/36988/1065865

c button.c

/**************************************************************************** * Copyright (C), 2009-2010, www.armfly.com * * 文件名: button.c * 内容简述: 本模块实现7个按键的检测,具有滤波机制,支持按下,弹起和长按动作。 * 通过GetKey()
www.eeworm.com/read/209211/4983282

c authpasswd.c

#include "ssh.h" static int authpasswordfn(Conn *c) { Msg *m; UserPasswd *up; up = auth_getuserpasswd(c->interactive ? auth_getkey : nil, "proto=pass service=ssh server=%q user=%q", c->host, c->u
www.eeworm.com/read/177919/5319251

asm key_asm.asm

.include hardware.inc .define KEY_ALL 0xff00 //使用IOA8~IOA15作为键盘输入口 .ram .var R_Delay = 0 //============================================================= // 函数名称: F_GetKey // 日期: 20040816
www.eeworm.com/read/401187/11563059

c main.c

#include #include //申明调用外部函数 extern void SetupClock (void); extern void SetupUART (void); extern int GetKey (void) ; extern int SendChar (int ch) ; //申明内部函数 void N
www.eeworm.com/read/267314/11183548

c peripheral.c

#include #define DELAY 100 sbit BELL=P3^7; typedef unsigned char uchar; typedef unsigned int uint; uchar GetKey() { uchar KeyValue,KeyTemp; uint t; KeyValue=P0 & 0xf0;
www.eeworm.com/read/385858/8785768

c calendar.c

#include #include #include #include "GetKey.h" #define uchar unsigned char #define uint unsigned int void main() { IT0=1; //外部中断0初始化 EX0=1;