代码搜索结果
找到约 2,241 项符合
Keypad 的代码
calc.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,2,
main.c
#include
void keypad_init(void) {
// P0.5 must be pulled high
KBPATN = 0x20;
// Port 0 must match KBPATN to generate interrupt
KBCON = 0x02;
// mask out all pins except
calc.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,2,
calc.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,2,
calc_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,2,
ex5-3_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,1,
ex6-1_uv2.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1,
File 1,1,
Fi
ex6-1.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
rtos.h
#define _Init 0
#define _KeyPad 1
//#define _AL260FuncX 2
#define _RepeatKeyDetection 3
#define _DecoderAndDetection 4
#define _IR_TimeOut 6
#define _Receive 5
#define _ClockTask 7
at386.el
;;; AT386.el --- terminal support package for IBM AT keyboards
;; Author: Eric S. Raymond
;; Keywords: terminals
;; Copyright (C) 1992 Free Software Foundation, Inc.
;; This