代码搜索:SPCE
找到约 5,520 项符合「SPCE」的源代码
代码结果 5,520
www.eeworm.com/read/357672/10203244
c isr.c
#include "SPCE061A.h"
extern IntNum,KeyV,BF,u;
extern rundy();
void IRQ3(void) __attribute__ ((ISR));
void IRQ3(void)
{
__asm("INT OFF");
if(*P_INT_Ctrl&C_IRQ3_EXT1)
{
www.eeworm.com/read/352726/10521250
c irq.c
#include "spce061v004.h"
#include "main.h"
extern int TimeN,TimePoint,TimeL[200],TimeR[200]; //下一步移动量
extern int Running;
extern int TimeCountL,TimeCountR;
//extern int LMotorV,RMotorV;
www.eeworm.com/read/352726/10521363
c lcd.c
/***********************************
project: 凌阳SPCE61A单片机应用例程
item:液晶显示
version: V1.0
Description:
液晶基本操作,显示一行
Author: 江苏大学电气信息工程学院
***********************************/
#include "
www.eeworm.com/read/470630/6905141
env voicev.env
[ICE]
PCTR Enable=0
PCTR Save OP Only=0
[General]
Device=1
HisSize=1024
Timer=24576000
EmuSel=0
MODE=0
[INCLUDE]
Count=1
INCPATH0=C:\Program Files\Sunplus\unSPIDE184\SPCE061A\include
www.eeworm.com/read/446269/7581763
asm isr.asm
//isr.asm
.TEXT
.include SPCE061A.inc
.external F_FIQ_Service_SACM_S480
.external _Show_AD
.external _Key_ServiceLoop
.public _BREAK;
.public _FIQ;
.public _IRQ0;
.public _IRQ1;
www.eeworm.com/read/437444/7747927
c main.c
#include "SPCE061V004.H"
main()
{
unsigned int uiData,i;
__asm("int off"); //disable interrupt
*P_DAC_Ctrl=C_DA1_Direct; //Latch to DAC1 directly
uiData=0x0;
whil
www.eeworm.com/read/435864/7782526
c main.c
#include "spce061a.h"
#include "MyBit.h"
/////////////////////////////////////////////
#define OE A0 //输出使能 低有效
/*******************************************
输出频率分频比例选择
S0 S1 分频比
0 0 掉电
0 1 2
www.eeworm.com/read/435864/7782528
c trans.c
#include "spce061a.h"
#include "MyBit.h"
/////////////////////////////////////////////
#define OE A0 //输出使能 低有效
/*******************************************
输出频率分频比例选择
S0 S1 分频比
0 0 掉电
0 1 2
www.eeworm.com/read/315454/13542278
h speed.h
#ifndef __SPEED_h__
#define __SPEED_h__
// write your header here
#include "spce061a.h"
extern void Speed_Init(void);
extern void Speed_Start(void);
extern void Speed_Stop(void);
extern void
www.eeworm.com/read/162052/6326414
env try1.env
[ICE]
PCTR Enable=0
PCTR Save OP Only=0
[General]
Device=1
HisSize=1024
Timer=40960000
EmuSel=0
MODE=0
[INCLUDE]
Count=1
INCPATH0=C:\Program Files\Sunplus\unSPIDE184\SPCE061A\include