代码搜索结果
找到约 2,241 项符合
Keypad 的代码
port.h
/*------------------------------------------------------------------*-
Port.H (v1.00)
------------------------------------------------------------------
'Port Header' (see Chap 10) for
ex6-3.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1,
ex6-1.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1,
ex5-5.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1,
debug.lkf
-z -q -c -m"./Debug/keypad_test.map" -o"./Debug/keypad_test.out" -x -i"d:/ti5000_2.20/c5500/bios/lib" -i"d:/ti5000_2.20/c5500/rtdx/lib" -i"d:/ti5000_2.20/c5500/xdais/lib" -i"d:/ti5000_2.20/c5500/cgtoo
cc_build_debug.log
------------------------------ test.pjt - Debug ------------------------------
[test.cdb] "d:\ti5000_2.20\plugins\bios\gconfgen" test.cdb
[aic23.c] "d:\ti5000_2.20\c5500\cgtools\bin\cl55" -g -mg
debug.lkv
-z -q -c -m"./Debug/keypad_test.map" -o"./Debug/keypad_test.out" -x -i"d:/ti5000_2.20/c5500/bios/lib" -i"d:/ti5000_2.20/c5500/rtdx/lib" -i"d:/ti5000_2.20/c5500/xdais/lib" -i"d:/ti5000_2.20/c5500/cgtoo
69_tb_decoder.vhd
library ieee;
use ieee.std_logic_1164.all;
use work.p_alarm.all;
entity tb_decoder is
end tb_decoder;
architecture tb of tb_decoder is
component decoder
port(keypad:in std_logic
4x4keybard.h
/* 4x4键盘扫描*/
#include
code char key_code[]={0XEE,0XDE,0XBE,0X7E,0XED,0XDD,0XBD,0X7D,
0XEB,0XDB,0XBB,0X7B,0XE7,0XD7,0XB7,0x77};
code ksp[4]={0xFE,0xFD,0xFB,0xF7};
v
ex5-5.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
File 1,1,