代码搜索:spce061

找到约 80 项符合「spce061」的源代码

代码结果 80
www.eeworm.com/read/230447/14288801

asm flash.asm

//============================================================ // 文件名称:flash.asm // 实现功能: SPCE061 32K flash 的读写 // 维护记录: 2003-6-9 V1.0 //======================================================
www.eeworm.com/read/235084/14085859

asm flash.asm

//============================================================ // 文件名称:flash.asm // 实现功能: SPCE061 32K flash 的读写 // 维护记录: 2003-6-9 V1.0 //======================================================
www.eeworm.com/read/201876/15393733

asm flash.asm

//============================================================ // 文件名称:flash.asm // 实现功能: SPCE061 32K flash 的读写 // 维护记录: 2003-6-9 V1.0 //======================================================
www.eeworm.com/read/371114/9565208

c public.c

#include "..\\spce061\\061reg.h" #include "public.h" void DelayMS(unsigned int msDelay) { unsigned int i; while(msDelay--) { for(i=0; i
www.eeworm.com/read/371114/9565157

c keyboard.c

#include "..\\spce061\\061reg.h" #include "keyboard.h" // This Valume User Extern unsigned int keyEvent; // This Program User static unsigned int keyTimer, xrefTimer, currentKey=KEY_NONE, lastKe
www.eeworm.com/read/331810/3403580

asm main.asm

//================================================================================= //来源:《SPCE061单片机原理及应用技术》 第四章 程序设计 //描述: 程序4.13 函数的返回值 //日期: 2003/05/20 //=====================================
www.eeworm.com/read/331810/3403588

c mainc.c

//================================================================================= //来源:《SPCE061单片机原理及应用技术》 第四章 程序设计 //描述: 程序4.13 函数的返回值 //日期: 2003/05/20 //=====================================
www.eeworm.com/read/331810/3403694

asm main.asm

//================================================================================= //来源:《SPCE061单片机原理及应用技术》 第四章 程序设计 //描述: 程序4.14 汇编调用 C的函数 //日期: 2003/05/20 //==================================
www.eeworm.com/read/371114/9565228

c system.c

#include "system.h" #include "..\\spce061\\061reg.h" #include "..\\public\\public.h" #include "..\\Usb\\tpbulk.h" extern BIT_STATUS bFlags; extern unsigned int BOTFSMstate; void PowerOnInit()
www.eeworm.com/read/331810/3403842

c main.c

//================================================================================= //来源:《SPCE061单片机原理及应用技术》 第四章 程序设计 //描述: 程序4.12 C向汇编函数传递参数 //日期: 2003/05/20 //=================================