代码搜索:SPCE

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

代码结果 5,520
www.eeworm.com/read/315454/13542280

h distance.h

#ifndef __DISTANCE_h__ #define __DISTANCE_h__ // write your header here // 对外提供: // 里程计量、速度测量、行驶时间接口 // 内部实现包括: // 传感器脉冲测量 // 里程换算 // 启动时间测定 // 停止时间测定 #include "spce061a.h" extern vo
www.eeworm.com/read/230444/6353568

c lcd.c

#include "SPCE061V004.H" #define uint unsigned int #define uchar unsigned char #define x1 0x80 #define x2 0x88 #define y 0x80 #define comm 0 #define dat 1 #define cslcd_H
www.eeworm.com/read/493011/6403946

txt code.txt

#include"SPCE061a.h" unsigned int tmp_data; void UART_Init() { asm("INT OFF");//禁止IRQ和FIQ中断 *P_IOB_Dir=0x0400; *P_IOB_Attrib=0x0480; *P_IOB_Data=0x0000;
www.eeworm.com/read/486157/6544743

c error.c

#include "SPCE061A.h" #include "LCD_Dis.h" #include "Lcd320240.h" #include "GUI.h" #include "SPLC501_LCD.h" #include "gps_head.h" #include "uart.h" #include "44b0x.h" #include "Nand.h" #inc
www.eeworm.com/read/486157/6544745

c debug.c

#include "SPCE061A.h" #include "LCD_Dis.h" #include "Lcd320240.h" #include "GUI.h" #include "SPLC501_LCD.h" #include "gps_head.h" #include "uart.h" #include "44b0x.h" #include "Nand.h" #inc
www.eeworm.com/read/484044/6589756

h distance.h

#ifndef __DISTANCE_h__ #define __DISTANCE_h__ // write your header here // 对外提供: // 里程计量、速度测量、行驶时间接口 // 内部实现包括: // 传感器脉冲测量 // 里程换算 // 启动时间测定 // 停止时间测定 #include "spce061a.h" extern vo
www.eeworm.com/read/405669/11459518

c main.c

//#define P_TimerA_Data (volatile int*)0x7000 unsigned char g_ucIntFlag=0; unsigned int g_uisum=0; #include "spce061a.h" #include "dig.h" unsigned int g_Data[11] = {0x003f,0x0
www.eeworm.com/read/348075/11613631

c isr.c

#include"spce061a.h" unsigned int g_uiOutput=0; void IRQ3(void)__attribute__((ISR)); void IRQ3(void) { unsigned int uiDelay; if(*P_INT_Ctrl&C_IRQ3_EXT1) { *P_IOA_Data=(g_uiOutput^=0xffff)
www.eeworm.com/read/348073/11613970

c main.c

#include"spce061a.h" //#define C_SourceA_1 0x0005 //#define C_SourceB_1024Hz 0x0008 main() { unsigned int uiOutput; uiOutput=0x0000; *P_IOB_Dir=0xffff; *P_IOB_Attrib=0xffff;
www.eeworm.com/read/261845/11621953

bak main.c.bak

#include "SPCE061A.H" #include "SPLC501User.h" //包含SPLC501液晶模组驱动程序的用户接口API函数声明的头文件 #include "zf.h" //字符库 #include "consist.h" #include "a2000.h" #define P_Watchdog_