代码搜索:Key
找到约 10,000 项符合「Key」的源代码
代码结果 10,000
www.eeworm.com/read/390737/8446520
asm key.asm
//=================================================================
// key.asm 键盘功能
//=================================================================
.INCLUDE hardware.inc
.PUBLIC _Ke
www.eeworm.com/read/390732/8447129
c key.c
#define P_IOA_Data (volatile unsigned int *)0x7000
#define P_IOA_Buffer (volatile unsigned int *)0x7001
#define P_IOA_Dir (volatile unsigned int *)0x7002
#define P_IOA_Attrib (volatile unsign
www.eeworm.com/read/290961/8447156
pjt key.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="H:\f2812\C\Key\"
ProjectType=Executable
CPUFamily=TMS320C28XX
Tool="Compiler"
Tool=
www.eeworm.com/read/290961/8447173
c key.c
#include "DSP28_Device.h"
void delay(Uint32 num);
void Fmq(void);
Uint16 ScanKey(void)
{
Uint16 temp,temp1;
Uint16 flag = 0;
while(flag==0)
{
temp = KeyReg;
temp
www.eeworm.com/read/290961/8447219
paf key.paf
www.eeworm.com/read/390732/8447314
c key.c
#define P_IOA_Data (volatile unsigned int *)0x7000
#define P_IOA_Buffer (volatile unsigned int *)0x7001
#define P_IOA_Dir (volatile unsigned int *)0x7002
#define P_IOA_Attrib (volatile unsign
www.eeworm.com/read/390729/8447750
asm key.asm
.INCLUDE hardware.inc
.IRAM
.VAR I_KeyBuf = 0 //保存键值
.VAR I_Key_Delay = 0 //扫描有键按下的次数
.EXTERNAL _KeyFlag //有键按下标识符
.CODE
.PUBLIC _SP_Init_IOA
www.eeworm.com/read/390729/8447858
inc key.inc
//========================================================================================
// Progarm: The head file for pcplay.asm
// Wrote by: Andy Hsu
// Last modified date:
// 2000/06/23: f
www.eeworm.com/read/390729/8447884
asm key.asm
//========================================================================================
// Progarm: The head file for key.asm in assembly view
// Arranged by: Andy Hsu
// Last modified date:
/