代码搜索:Scan
找到约 10,000 项符合「Scan」的源代码
代码结果 10,000
www.eeworm.com/read/390729/8449860
asm key.asm
//========================================================================================
// Progarm: The head file for key.asm in assembly view
// Arranged by: Andy Hsu
// Last modified date:
/
www.eeworm.com/read/188264/8554624
h key.h
#ifndef __KEY_H__
#define __KEY_H__
#define aVKEY (*(volatile unsigned *)0x4000000)
#define aHKEY (*(volatile unsigned *)0x4000000)
U8 Key_Scan(void);
U8 Get_Key(void);
#endif /*__KEY_H__*
www.eeworm.com/read/288435/8632310
h key.h
////////////////////////////////////*/
/* */
/* Hot_Box */
/* Version_2 */
/* AHTL_2007_11 */
/* */
/* */
/* KEY.H */
/* */
www.eeworm.com/read/285528/8832939
conf matplc.conf
#
# matplc.conf - configuration file
#
# shared memory map section
[PLC]
# The PLC has four configuration settings:
# globalmap_key, confmap_pg, globalmap_pg, sem_key
sem_key = 42
point B0 "B0"
www.eeworm.com/read/382761/9001596
c doskeys.c
#include
#include
#include
#define ESC 1
#define UP 72
#define _UP 200
#define DOWN 80
#define _DOWN 208
#define LEFT 75
#define _LEFT 20
www.eeworm.com/read/184547/9094917
c main.c
//=========================================================================================================
//名称:数控直流电源
//系统:基于凌阳61板SPCE061A
//日期:2006年7月
//功能:ioa8-15作为键盘输入,iob0-7作为LED数码管的段码控制,iob
www.eeworm.com/read/381044/9113561
vhd codetran.vhd
library ieee;
use ieee.std_logic_1164.all;
use ieee.std_logic_arith.all;
use ieee.std_logic_unsigned.all;
entity codetran is
port(scan_code :in std_logic_vector(7 downto 0);
clk:in std_logic;
www.eeworm.com/read/281861/9128807
vhd keysan.vhd
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY keysan IS
PORT(
clk_scan : IN STD_LOGIC; --扫描时钟,周期10MS
keydrv : OUT STD_LOGIC_VECTOR(3 DOWNTO 0)); --输出扫描信号
END
www.eeworm.com/read/377553/9271639
vhd keyboard.vhd
--keyboard.vhd keyboard scanner
library ieee ;
use ieee.std_logic_1164.all;
use work.components.all ;
entity keyboard is
port(
clock : in std_logic ;
col : in std_logic_vector(3 downto
www.eeworm.com/read/180365/9310762
c jtag.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*----------------------------------------------------