代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/241400/13147031
c jdinput.c
////////////////////////////////////////////////////////////////////////
//
// Note : this file is included as part of the Smaller Animals Software
// JpegFile package. Though this file has not bee
www.eeworm.com/read/326285/13149821
h keyscan.h
#ifndef __IIC_H__
#define __IIC_H__
void KeyScan_Test(void);
void Key_ISR(void);
void Key_Scan(void);
#endif
www.eeworm.com/read/326099/13166186
inc ps2.inc
;========================================================================
; FILE: ps2.inc
;
; This file contains ps2-specific delarations
;
;==================================================
www.eeworm.com/read/325866/13179168
asm wu.asm
TITLE "Key Stroke Wake Up"
LIST P = 16C54
;******************************************************
; Program demonstrating key stroke wake up for
; the PIC16CXX.
www.eeworm.com/read/240876/13189807
vhd debounce.vhd
--debounce.vhd keypress debounce
library ieee ;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity debounce is
port(
key_pressed : in std_logic;--key_pressed?
clk : in
www.eeworm.com/read/325597/13195046
vhd debounce.vhd
--debounce.vhd keypress debounce
library ieee ;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity debounce is
port(
key_pressed : in std_logic;--key_pressed?
clk : in
www.eeworm.com/read/325462/13205181
eqn i2c.fit.eqn
-- Copyright (C) 1991-2005 Altera Corporation
-- Your use of Altera Corporation's design tools, logic functions
-- and other software and tools, and its AMPP partner logic
-- functions, and any o
www.eeworm.com/read/138605/13228598
vhd debounce.vhd
--debounce.vhd keypress debounce
library ieee ;
use ieee.std_logic_1164.all;
use ieee.std_logic_unsigned.all;
entity debounce is
port(
key_pressed : in std_logic;--key_pressed?
clk : in
www.eeworm.com/read/240142/13235119
asm 8279.asm
NAME MPU51A_8279
;/* 8279的A0连接到A0 */
CMD_8279 EQU 0F001H ;8279命令字、状态字地址
DATA_8279 EQU 0F000H ;8279读写数据口的地址
EXTRN CODE(T_61C1024,T_25045)
EXTRN CODE(START_8155,A_D,D_A,S
www.eeworm.com/read/138044/13270187
asm wu.asm
TITLE "Key Stroke Wake Up"
LIST P = 16C54
;******************************************************
; Program demonstrating key stroke wake up for
; the PIC16CXX.