代码搜索:Key
找到约 10,000 项符合「Key」的源代码
代码结果 10,000
www.eeworm.com/read/451723/7457399
o key_board.o
XL
H 4 areas 5 global symbols
M key_board.c
S push_gset1 Ref0000
S _delay_nms Ref0000
S pop_gset1 Ref0000
A text size 116 flags 0
dbfile E:\张秋伟\我的实验\数控电压源\key_board.c
dbfunc e read_keyboard 0
www.eeworm.com/read/451723/7457427
s key_board.s
.module key_board.c
.area data(ram, con, rel)
_key_return::
.blkb 1
.area idata
.byte 0
.area data(ram, con, rel)
.dbfile E:\张秋伟\我的实验\数控电压源\key_board.c
.dbsym e key_return _key_return
www.eeworm.com/read/451723/7457429
c key_board.c
//包含所需头文件
#include
#include
#include "delay.h"
/*------宏定义------*/
#define uchar unsigned char
#define uint unsigned int
#define key_mask 0b00001111
//static uchar k
www.eeworm.com/read/451723/7457430
i key_board.i
www.eeworm.com/read/451723/7457432
lis key_board.lis
.module key_board.c
.area data(ram, con, rel)
0000 _key_return::
0000 .blkb 1
.area idata
00
www.eeworm.com/read/450986/7474099
a51 key2008.a51
keyport equ P2 ;Keypad port connected here
col1 equ P2.0 ;Column 1
col2 equ P2.1 ;Column 2
col3 equ P2.2 ;Column 3
col4 equ
www.eeworm.com/read/450746/7477188
vhd key_board.vhd
--------------------------------------------------------------------------------------
--引脚的配置:D3~DO接pin24~pin21 D4~D7接pin47~pin50 led接pin72 pin70 pin69 pin67---
---------------------------------
www.eeworm.com/read/450746/7477189
qsf key_board.qsf
# Copyright (C) 1991-2006 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 outpu
www.eeworm.com/read/450746/7477196