代码搜索:GetKey
找到约 2,187 项符合「GetKey」的源代码
代码结果 2,187
www.eeworm.com/read/185959/8970040
lis getkey.lis
.module getkey.c
.area text(rom, con, rel)
0000 .dbfile F:\网络下载\cdt\119129074X4keys(ICCAVR)\4X4KEY~1.31A\getkey.c
0000
www.eeworm.com/read/185959/8970049
prj getkey.prj
[Compiler Options]
Edit1=C:\icc\include\
Edit2=C:\icc\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=16384
Edit10=1024
ComboBox2=9
RadioGroup1=0
E
www.eeworm.com/read/185959/8970053
cof getkey.cof
www.eeworm.com/read/185959/8970062
s getkey.s
.module getkey.c
.area text(rom, con, rel)
.dbfile F:\网络下载\cdt\119129074X4keys(ICCAVR)\4X4KEY~1.31A\getkey.c
.dbfunc e main _main fV
; key -> R22
.even
_main::
.dbline -1
.db
www.eeworm.com/read/185959/8970066
dbg getkey.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR F:\网络下载\cdt\119129074X4keys(ICCAVR)\4X4KEY~1.31A\
FILE getkey.c
FUNC main 96 fV
BLOCK 29 96
DEFREG key 22 C
LINE 29 96
LINE 31 96
LINE 32 9A
www.eeworm.com/read/185959/8970071
mp getkey.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/185959/8970078
o getkey.o
XL
H 1 areas B global symbols
M getkey.c
S push_gset2 Ref0000
S push_gset3 Ref0000
S lsl8 Ref0000
S pop_gset2 Ref0000
S pop_gset3 Ref0000
A text size 1F6 flags 0
dbfile F:\网络下载\cdt\119129074X
www.eeworm.com/read/177594/9445465
c getkey.c
#ifndef _CHIPSOURCE_DEFINE
#include "CHIPSOURCE.c"
#endif
BYTE GetKey(void);
BYTE GetKey(void)
{
data BYTE key;
while(KeyCode==0) {KEY_ROW0=0;KEY_ROW1=0;}
key=KeyCode;
KeyCode=0;