代码搜索:KeyScan
找到约 2,231 项符合「KeyScan」的源代码
代码结果 2,231
www.eeworm.com/read/228702/14365765
asm keyscan.asm
;Keyscan.asm
;键盘扫描及数码管显示实验
;****************根据查看端口资源修改下列符号值*******************
IOY0 EQU 9C00H ;片选IOY0对应的端口始地址
;***************************************************************
www.eeworm.com/read/228693/14369157
v keyscan.v
module keypad(keyval,y,x,clk);
output [4:0] keyval; //返回的键值
output [3:0] x; //输出,列坐标
input [3:0] y; //输入,行坐标
input clk; //时钟源
reg [4:0] keyval;
www.eeworm.com/read/228176/14396874
o keyscan.o
www.eeworm.com/read/228176/14396953
c keyscan.c
#include "def.h"
#include "2410addr.h"
#include "2410lib.h"
#include "2410slib.h"
#include "mmu.h"
#include "uart.h"
#include "timer.h"
static void __irq KeyISR(void)
{
if(rINTPND==BIT_EIN
www.eeworm.com/read/228145/14400052
c keyscan.c
#include "def.h"
#include "2410addr.h"
#include "2410lib.h"
#include "2410slib.h"
#include "mmu.h"
#include "uart.h"
#include "timer.h"
/******************************************************
www.eeworm.com/read/126575/14416408
keyscan66
-- KEY BOARD
-------------------------------------
--000 *A* *B* *C* *D* *E* *F*
--001 *G* *H* *I* *J* *K* *L*
--010 *M* *N* *O* *P* *Q* *R*
--011 *S
www.eeworm.com/read/227162/14439373
c keyscan.c
#include "def.h"
#include "2410addr.h"
#include "2410lib.h"
#include "2410slib.h"
#include "mmu.h"
#include "uart.h"
#include "timer.h"
/******************************************************
www.eeworm.com/read/227162/14439410
o keyscan.o
www.eeworm.com/read/227162/14439457
o keyscan.o
www.eeworm.com/read/225994/14505295
sh keyscan.sh
# $OpenBSD: keyscan.sh,v 1.3 2002/03/15 13:08:56 markus Exp $
# Placed in the Public Domain.
tid="keyscan"
# remove DSA hostkey
rm -f ${OBJ}/host.dsa
start_sshd
for t in rsa1 rsa dsa; do
trace "k