代码搜索:SPCE
找到约 5,520 项符合「SPCE」的源代码
代码结果 5,520
www.eeworm.com/read/138680/13225930
c lcd.c
#include "SPCE061V004.h"
void delay()
{
unsigned int i,j;
for(i=0;i
www.eeworm.com/read/487423/6511295
c main.c
#include "SPCE061A.H"
#include "char_lib.h"
#include "note_lib.h"
//#include "pic.h"
#include "organ.h"
#include "song.h"
#include "s480.h"
//全局变量
unsigned int mode=0; //模式
// mode=0
www.eeworm.com/read/405669/11459514
asm sysytem.asm
.include spce061a.inc
.define TIMERA_CLKA_EXT 0x0007;
.define TIMERA_CLKB_1 0x0030
//.define P_INT_Ctrl_New 0x702d
.code
.public _Init_IOB
_Init_IOB: .PROC
www.eeworm.com/read/405027/11473531
asm main.asm
//======================================================================
// 工程名称: DVR1600_ASM.spj
// 功能描述: DVR1600语音录放范例--汇编语言
// 该例子程序利用SPCE061A内部Flash录制一段语音(约14秒)并播放
// IDE环境: SUNPLUS u'nS
www.eeworm.com/read/348074/11613822
c isr.c
#include"spce061a.h"
unsigned int uiOutput=0xffff;
void IRQ5(void)__attribute__((ISR));
void IRQ5(void)
{
uiOutput^=0xffff;
*P_IOA_Data=uiOutput;
*P_INT_Clear=C_IRQ1_TMA;
}
www.eeworm.com/read/261151/11663792
c main.c
/*四层楼电梯模拟*/
#include "SPCE061A.h"
#include "a2000.h"
#include "consist.h"
#define watchdog_clear (volatile unsigned int *)0x7102
#define P_IOA_Data (volatile unsigned int *)0x7000; //
www.eeworm.com/read/347371/11670726
c chushihua.c
#include "SPCE061A.h"
int chushihua(void)
{
*P_IOA_Dir=0xFFFF;
*P_IOA_Attrib=0xFFFF;
*P_IOA_Data=0x0000;
*P_SystemClock=0x0080; //CPU frequance is 49.152m
www.eeworm.com/read/346139/11765922
c choose.c
#include"spce061a.h"
extern unsigned int count;
extern unsigned int num;
void choose(void)
{
if(count
www.eeworm.com/read/346139/11765963
c choose.c
#include"spce061a.h"
extern unsigned int count;
extern unsigned int num;
void choose(void)
{
if(count
www.eeworm.com/read/259068/11823503
c userfunction.c
#include "SPCE061A.h"
#define M_TIMERA_EN 0x0001
#define M_TIMERA_STOP 0x0006
unsigned int M_TIMER_DELAY=400;
unsigned int M_LOW_DISTEN=75;
unsigned int M_TIMER