代码搜索:Key

找到约 10,000 项符合「Key」的源代码

代码结果 10,000
www.eeworm.com/read/383688/8927240

obj key.obj

www.eeworm.com/read/383688/8927351

lst key.lst

C51 COMPILER V6.10 KEY 12/02/2004 10:58:52 PAGE 1 C51 COMPILER V6.10, COMPILATION OF MODULE KEY OBJECT MODULE PLACED IN .\O
www.eeworm.com/read/383688/8927512

lst key.lst

C51 COMPILER V7.09 KEY 09/06/2006 13:39:48 PAGE 1 C51 COMPILER V7.09, COMPILATION OF MODULE KEY OBJECT MODULE PLACED IN ..\
www.eeworm.com/read/383688/8927604

h key.h

// for MTV332, because the X'TAL is 4 MHz from internal #define KEY_STABLE_TIME 3 // key debounce time (ms) #define KEY_REPEAT_TIME1 125 // wait (ms) before start repeat key #define KEY_REPEAT_TI
www.eeworm.com/read/383688/8927606

c key.c

#include "global.h" BIT i2c_flag=0; BYTE HoldKeyIndex = 0 ; BYTE FactoryKeyIndex= 0 ; BYTE RecoveryKeyIndex= 0; #define KeyCount 5 /**********************************************************
www.eeworm.com/read/383650/8930035

asm key.asm

org 0000h ajmp start org 0003h reti org 000bh reti org 0013h reti org 001bh reti org 0023h reti org 0030h start: CLR p3.5 MAIN: MOV SP
www.eeworm.com/read/383577/8933532

pjt key.pjt

; Code Composer Project File, Version 2.0 (do not modify or remove this line) [Project Settings] ProjectDir="E:\MYDSP\DSK2407\c\KEY\" ProjectType=Executable CPUFamily=TMS320C24XX Tool="Compiler
www.eeworm.com/read/383577/8933547

paf key.paf

www.eeworm.com/read/186344/8943374

c key.c

#include #include #include #include #include #include #include #include #include #include void G
www.eeworm.com/read/186344/8943390

h key.h

#ifndef _KEY_H #define _KEY_H #define NO_KEY 0 #define START_KEY 1 extern void GetKey(void) ; #endif