代码搜索:SPCE

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

代码结果 5,520
www.eeworm.com/read/376822/9304360

c main.c

//03-05-26 #include "SPCE061V004.H" unsigned int AD(void); main() { unsigned long int uiData; unsigned int i; float fVoltage; fVoltage=0.0; *P_ADC_MUX_Ctrl=C_ADC_CH1; //LINE_IN------
www.eeworm.com/read/354307/10365723

c temp.c

#include "SPCE061A.h" #include "M.h" #include "SPLC501User.h" unsigned int temp; float Degree; float Temp_Degree(float Vol_Value) { float Vol=Vol_Value; // float Vol=0; // float Vol=0;
www.eeworm.com/read/354307/10365745

c show_temp.c

#include "VolMeasure.h" //定义了一个结构体 #include "SPLC501User.h" #include "SPCE061A.h" #include "logo.h" extern float Degree; extern int temp; float Temp_Degree(float Vol_
www.eeworm.com/read/437444/7747904

c main.c

//03-05-26 #include "SPCE061V004.H" unsigned int AD(void); main() { unsigned long int uiData; unsigned int i; float fVoltage; fVoltage=0.0; *P_ADC_MUX_Ctrl=C_ADC_CH1; //LINE_IN------
www.eeworm.com/read/435867/7782426

c main.c

#include "spce061a.h" #include "MyBit.h" unsigned int Udata=0; const unsigned int num[]="0123456789ABCDEF "; int main(void) { unsigned int i=0; *P_SystemClock=C_Fosc_49M; SP_Init_IOA(
www.eeworm.com/read/435863/7782574

c main.c

#include "SPCE061A.h" #include "MyBit.h" #define P_Watchdog_Clear (volatile unsigned int *)0x7012 #define uint unsigned int void delay(uint dl) { while(dl--) { *P_Watchdog_Clear=0x
www.eeworm.com/read/242457/13003810

c isr.c

#include "SPCE061A.H" #include "Isr.h" void vIsrSysInit(void){ *Port_TimeBaseSetup = 0x00; *Port_INT_Ctrl |= 0x0002; } void IRQ6(void)__attribute__((ISR)){ unsigned int temp; temp =
www.eeworm.com/read/326436/13142093

c isr.c

#include "SPCE061V004.h" /*void GetPosition(unsigned int*,unsigned int*); extern unsigned int *g_Xpoint,g_Ypoint; extern unsigned int g_Xposition[5],g_Yposition[5]; extern unsigned int g_Flag;
www.eeworm.com/read/261845/11621898

lik ex1_a2000_auto.lik

Version: 3.0 Options: m37 Obj: "D:\Program Files\Sunplus\unSP IDE 2.0.0\startupD.obj" Obj: "D:\Program Files\Sunplus\unSP IDE Common\Example\SPCE061A\example\VoiceExa\ex1_A2000_Auto\Debug\Resource.
www.eeworm.com/read/157058/11742270

asm system.asm

//====================================================================================// // 文件名: system.asm // 描 述: 该文件的程序主要用于初始化SPCE061A和PDIUSBD12,以及对PDIUSBD12的读写操作 // 日 期: 2003/04/03 //