代码搜索:SPCE

找到约 5,520 项符合「SPCE」的源代码

代码结果 5,520
www.eeworm.com/read/228609/14376061

asm main.asm

//====================================================================== // 工程名称: DVR1600_ASM.spj // 功能描述: DVR1600语音录放范例--汇编语言 // 该例子程序利用SPCE061A内部Flash录制一段语音(约14秒)并播放 // IDE环境: SUNPLUS u'nS
www.eeworm.com/read/228240/14395525

c irq.c

#include "SPCE061A.h" void FIQ(void) __attribute__((ISR)); __asm__(".text"); void FIQ(void) { *P_Watchdog_Clear = 0x0001; if(*P_INT_Ctrl & 0x8000) // PWM { *P_INT_Clear = 0x80
www.eeworm.com/read/210272/15202441

h dvrkey.h

#ifndef __DVRKEY_h__ #define __DVRKEY_h__ // write your header here #include "..\..\spce061a.h" // Hardware definition #define KEY_PORT PORT_A //PORT_B // 键盘IO口定义 #define KEY_PORT_MASK 0x00ff
www.eeworm.com/read/13747/282090

c user_irq.c

//==================================================================================== //文 件 名:User_IRQ.c //功能描述: SPCE3200 40个中断源的用户中断服务函数。 // 根据中断向量号,用户可编写相应中断服务函数 //维护记录: 2007年1月11日
www.eeworm.com/read/331810/3402794

lik ex14_asm_irq3_ext1_ext2.lik

Version: 3.0 Options: m37 Obj: "C:\Program Files\Sunplus\unSP IDE 2.0.0\startupD.obj" Obj: "E:\Some Data of XiQiang\NewIDE\Example\SPCE061A\example\BaseExa\ex14_asm_IRQ3_EXT1_EXT2\Debug\Resource.ob
www.eeworm.com/read/289835/3987764

h dvrkey.h

#ifndef __DVRKEY_h__ #define __DVRKEY_h__ // write your header here #include "..\..\spce061a.h" // Hardware definition #define KEY_PORT PORT_A //PORT_B // 键盘IO口定义 #define KEY_PORT_MASK 0x00ff
www.eeworm.com/read/436051/1855181

c track.c

#include "spce061v004.h" #include "main.h" extern int SysStatus; extern int PositionX,PositionY; extern int TimeN,TimePoint,TimeL[200],TimeR[200]; //下一步移动量 extern int Running; //0:未开始运动;1:开
www.eeworm.com/read/436051/1855186

c circle.c

#include "spce061v004.h" #include "main.h" extern int SysStatus; extern int PositionX,PositionY; extern int TimeN,TimePoint,TimeL[200],TimeR[200]; //下一步移动量 extern int Running; //0:未开始运动;1:开
www.eeworm.com/read/436051/1855192

c position.c

#include "spce061v004.h" #include "main.h" extern int SysStatus; extern int PositionX,PositionY; extern int TimeN,TimePoint,TimeL[200],TimeR[200]; //下一步移动量 extern int Running; //0:未开始运动;1:开
www.eeworm.com/read/433483/1883576

h dvrkey.h

#ifndef __DVRKEY_h__ #define __DVRKEY_h__ // write your header here #include "..\..\spce061a.h" // Hardware definition #define KEY_PORT PORT_A //PORT_B // 键盘IO口定义 #define KEY_PORT_MASK 0x00ff