代码搜索:SPCE

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

代码结果 5,520
www.eeworm.com/read/212416/15156390

c main.c

#include "SPCE061V004.h" extern unsigned int SIN_Table[]; //在sintable.asm中定义的正弦表 unsigned int Table_Index=0; //查表索引 unsigned int uiStep=1; //步进值,初始化为1 int main(void) { __asm("INT
www.eeworm.com/read/9554/170268

c user_irq.c

//==================================================================================== //文 件 名:User_IRQ.c //功能描述: SPCE3200 40个中断源的用户中断服务函数。 // 根据中断向量号,用户可编写相应中断服务函数 //维护记录: 2007年1月11日 v1.0
www.eeworm.com/read/473745/1397646

c tg026_chapter5_timebase_main.c

#include "SPCE061.H" main() { asm("INT OFF"); //output *P_IOB_Dir=0xFFFF; *P_IOB_Attrib=0xFFFF; *P_IOB_Data=0xFFFF; *P_TimeBase_Setup=0; //timebase=8Hz *P_INT_C
www.eeworm.com/read/331810/3404108

c main.c

//*******************************************************************************************/ // 名称: a2000 // 来源:《SPCE061A单片机原理及应用技术》,"第七章程序7_1" // 描述: A2000有两种播放方式,即自动方式和非自动方式,我们可以通 // 过改
www.eeworm.com/read/331810/3404125

c main.c

//*******************************************************************************************/ // 名称: a2000 // 来源:《SPCE061A单片机原理及应用技术》,"第七章程序7_2" // 描述: A2000有两种播放方式,即自动方式和非自动方式,我们可以通 // 过改
www.eeworm.com/read/294359/8233311

c user.c

#include #include"host.h" #include"bit.h" extern t_counter; extern r_timer[18]; extern kk; unsigned char number[3]={0}; unsigned int a_length=0; unsigned int b_length=0;//开始时候,
www.eeworm.com/read/294359/8233439

c usr.c

#include #include"host_TX.h" #include"bit.h" #include "LCD_Dis.h" #include "LCD_PortConfig.h" #include "LCD_Config.h" #include"LCD_Driver_User.h" extern t_counter; extern r_tim
www.eeworm.com/read/294359/8235218

c timer.c

#include main() { asm("INT OFF"); //output *P_IOB_Dir=0xFFFF; *P_IOB_Attrib=0xFFFF; *P_IOB_Data=0xFFFF; *P_TimeBase_Setup=0; //timebase=8Hz *P_I
www.eeworm.com/read/294359/8235278

c isr~4.c

#include unsigned int Ret=0; unsigned int count=0; unsigned int uiData=0x0008; void IRQ7(void)__attribute__((ISR)); void IRQ7(void) { asm("int off");//关闭所以中断 Ret=*P_UART_Comm
www.eeworm.com/read/294359/8235462

c isr.c

#include extern count; void IRQ5(void)__attribute__((ISR)); void IRQ5(void) { if(*P_INT_Ctrl&0x0004) { count+=1; *P_INT_Clear=0x0004; } else { *P_INT_Clear