代码搜索:SPCE

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

代码结果 5,520
www.eeworm.com/read/357672/10203237

c mai.c

#include "easy_io.h" #include "SPCE061A.h" void delay(int time) { int i; for (i=1;i
www.eeworm.com/read/457134/6939551

h 1602.h

#ifndef __1602_h__ #define __1602_h__ // write your header here #include "SPCE061A.h" void RW(int tt); void RS(int ttt); void send(unsigned char dataLCD); //数据操作 //IOB低8位 void wr_com(unsigned
www.eeworm.com/read/437435/7747991

bak tg026_chapter5_timerrectangle_main.c.bak

//TimerA, 0.5 second, IOB output #include "SPCE061.H" main() { unsigned int uiOutput; uiOutput=0x0000; *P_IOB_Dir=0xFFFF; *P_IOB_Attrib=0xFFFF; *P_IOB_Data=0x0000; *
www.eeworm.com/read/197442/7993610

c lcd.c

#include "spce061.h" #include "global.h" #include "LCD.h" /////////////////lcd control///////////////// #define lcd_busy 0x2000 #define setb_req 0x4000 #define reset 0x7fff uint re; con
www.eeworm.com/read/245604/12789686

asm 12864.asm

////////////////////////////////////////////////////////////////////////////////////////////////////// // 12864 点阵液晶驱动程序 V1.4(数据压缩版2) for 凌阳SPCE061A // 12864 纵向取模,字节倒序 // DB0~7接IOB8~16 DI-IOB5,R
www.eeworm.com/read/328897/12996035

c lcd.c

#include "spce061.h" #include "global.h" #include "LCD.h" /////////////////lcd control///////////////// #define lcd_busy 0x2000 #define setb_req 0x4000 #define reset 0x7fff uint re; con
www.eeworm.com/read/242457/13003807

c alarm.c

#include"SPCE061A.H" #include"Alarm.h" void vAlarmSysInit(void){ unsigned int temp; temp = *Port_IOA_Dir; temp = temp&0x7fff; temp = temp|0x8000; *Port_IOA_Dir = temp; } void vAlar
www.eeworm.com/read/328018/13052413

c lcd.c

#include "spce061.h" #include "global.h" #include "LCD.h" /////////////////lcd control///////////////// #define lcd_busy 0x2000 #define setb_req 0x4000 #define reset 0x7fff uint re; con
www.eeworm.com/read/326436/13142114

c main.c

#include "SPCE061V004.h" #include "unspmacro.h" #define PRECISION 6 unsigned int g_Xposition = 0,g_Yposition = 0; unsigned int *g_Xpoint,*g_Ypoint; //unsigned int g_PreXData,g_PreYData; un
www.eeworm.com/read/317049/13511328

h zlg7289.h

#ifndef __ZLG7289_h__ #define __ZLG7289_h__ // write your header here #include "SPCE061A.h" //定义I/O 接口 #define IO (*P_IOA_Data) #define IO_Buffer (*P_IOA_Buffer) #define IO_D