代码搜索:Key
找到约 10,000 项符合「Key」的源代码
代码结果 10,000
www.eeworm.com/read/435957/7780410
c key.c
#define KEY_C
#include "includes.h"
char read_keybord(void)
{
static char key_state = 0;
static char key_value, key_line;
static char key_return = NO_KEY;
unsigned char i;
www.eeworm.com/read/435957/7780415
h key.h
#ifndef KEY_H
#define KEY_H
#ifdef KEY_C
#define NO_KEY 255
//#ifdef KEY_4X4 //键盘为4X4
/*#define K1_1 1
#define K1_2 2
#define K1_3 3
#define K1_4 4
#define K2_1 5
#define K2_2 6
#de
www.eeworm.com/read/435916/7781328
lst key.lst
C51 COMPILER V8.02 KEY 03/12/2009 22:02:28 PAGE 1
C51 COMPILER V8.02, COMPILATION OF MODULE KEY
OBJECT MODULE PLACED IN Key
www.eeworm.com/read/435916/7781330
h key.h
#ifndef __KEY_H__
#define __KEY_H__
unsigned char OSScanKey(void);
unsigned char OSReadKey(void);
#endif
www.eeworm.com/read/435916/7781331
c key.c
#include "REG52.H"
#include "Key.h"
#define OS_LONG_KEY_EN 1//如果应用中需要处理长按键动作,则定义为1,否则定义为0(如果应用中不需要处理长按动作,则建议定义为0,以节省代码空间)
/***********************************************
功能说明:按键驱动扫描
入口参数:无
出口
www.eeworm.com/read/435916/7781338
obj key.obj
www.eeworm.com/read/435325/7793584
h key.h
/*******************************************************************
file name: key.c
author : lishiqi
date: 2005 12 05
****************************************************************
www.eeworm.com/read/434873/7800612
v key.v
//按键去抖模块:key.v
module key(clk,keyin,keyout,keyoutdir,en);
input clk;
input [3:0]keyin;
output [3:0]keyout;
output keyoutdir,en;
reg en;
reg [3:0]keyout;
reg [16:0]scan;
reg
www.eeworm.com/read/299942/7819536
sym key.sym
www.eeworm.com/read/299942/7819582