代码搜索结果
找到约 1,930 项符合
Keypad 的代码
69_tb_decoder.vhd
library ieee;
use ieee.std_logic_1164.all;
use work.p_alarm.all;
entity tb_decoder is
end tb_decoder;
architecture tb of tb_decoder is
component decoder
port(keypad:in std_logic
keypad.c
#include
#include
#include
void yanshi (unsigned int ms)
{
unsigned char i,j;
for(i=0;i
keypad.c
/* Having initialized the program and the curses library, we set the Keypad mode TRUE. */
#include
#include
#include
#define LOCAL_ESCAPE_KEY 27
int main()
{
mcu.lnp
".\obj\main.obj",
".\obj\Debug.obj",
".\obj\Ir.obj",
".\obj\Isr.obj",
".\obj\Mcu.obj",
".\obj\Misc.obj",
".\obj\Power.obj",
".\obj\Irparameter.obj",
".\obj\Global.obj",
".\obj\Keypad.obj",
"
mcu.searchresults
---- BTN_F1 Matches (3 in 2 files) ----
Keypad.c (F:\My Works\MCU\mcu): //if (KeypadButton==BTN_F1|| KeypadButton==BTN_Repeat)
Keypad.c (F:\My Works\MCU\mcu): // KeypadButton=BT
keypad.lst
C51 COMPILER V7.50 KEYPAD 07/06/2006 10:40:57 PAGE 1
C51 COMPILER V7.50, COMPILATION OF MODULE KEYPAD
OBJECT MODULE PLACED IN
keypad.c
#include "board.h"
#include "global.h"
#include "misc.h"
#include "keypaddef.h"
#include "ir.h"
#include "power.h"
#include "Gm_rwreg.h"
#include "debug.h"
#include "keypad.h"
//#include ""
keypad.c
/*--------------------------------------------------------------------
Keypad.C
4*3键盘基本函数库
---------------------------------------------------------------------
keypad.c
//=====================================================================//
//PORTB output/input port for KEYPAD
//-------------------------------------------------------------------------------------
4-7.c
//4*4 keyboard,software scan
unsigned char _pac @ 0x13;
unsigned char _pa @ 0x12;
unsigned char _pbc @ 0x15;
unsigned char _pb @ 0x14;
#define KEYPAD _pa
#define KEYPAD_CTRL _pac
#define OUT