代码搜索:SPCE
找到约 5,520 项符合「SPCE」的源代码
代码结果 5,520
www.eeworm.com/read/294359/8236337
c ceshi2.c
#include
int main()
{
unsigned int d=0;
Set_IOA_Dir(0x0000);
Set_IOA_Attrib(0x0000);
Set_IOA_Data(0x0000);
while(1)
{
*P_IOA_Data=0x0100;
*P_Watchdog_Clear=0x01
www.eeworm.com/read/294359/8236644
c main.c
//利用4Hz时基中断,
#include
#include"bit.h"
#include"TCS230.h"
int main(void)
{
unsigned int t_red=0;
unsigned int t_green=0;
unsigned int t_blue=0;//白平衡测试得到的时间值
unsigned int te
www.eeworm.com/read/294359/8236831
c main.c
#include
extern uiData;
int main()
{
//unsigned int uiData;
*P_SystemClock=0x00f3;
*P_TimerA_Ctrl=0x032;//4096
*P_TimerA_Data=0xfffd;
*P_DAC_Ctrl=0x0000;
*P_INT_Ctrl=0x1
www.eeworm.com/read/294359/8236940
c system.c
#include
#include"bit.h"
#include"qiao.h"
extern counter;
unsigned int sec=0;
unsigned int a[10]={0x14,0xdd,0x38,0x98,0xd1,0x92,0x12,0xdc,0x10,0x90};
////////////////////////////
www.eeworm.com/read/171371/9759293
c main.c
#include "SPCE061V004.H"
#define LOAD 0X2000//A13
#define CLK 0X4000 //A14
#define DATA 0X8000 //A15
unsigned int key_value=0; //key_value的Low~Hight=key1~key16
int initial_sys();
int
www.eeworm.com/read/235984/14037916
c main.c
#include"SPCE061A.h"
int main()
{
__asm("INT OFF");
*P_IOA_Dir = 0xFFFF;
*P_IOA_Attrib =0xFFFF;
*P_IOA_Data = 0x0000;
*P_IOB_Dir = 0xFFFF;
*P_IOB_Attrib =0xFFFF;
*P_IOB_Data = 0x0000
www.eeworm.com/read/192611/8373044
c lcd_61.c
//LCD1602 Driver Create by nie xiong 2006.11.18
#inculde "spce061V004.h"
#define DC1 0x0100 // IOA8 Set 1
#define DC0 0xfeff //Set 0
#define RW1 0x0200 // IOA9
#define RW0 0xfdff //Se
www.eeworm.com/read/186356/8939901
c main.c
#include "SPCE061A.h"
#define lcd1602_rs_high 0x0100
#define lcd1602_rs_low 0xfeff
#define lcd1602_rw_high 0x0200
#define lcd1602_rw_low 0xfdff
#define lcd1602_e_high 0x0400
#define lcd1602_e_
www.eeworm.com/read/282850/9055850
c main.c
/*writed by 叶观平 有问题请QQ:314629407*/
//LCD1602 驱动程序
//接口:E==IOB12 RS==IOB13 RW==IOB14
//数据口接IOA8~15
//通用性有待改进
#include "SPCE061A.h"
#define E (0x1000)
#define RS (0x2000)
#define RW
www.eeworm.com/read/376820/9304419
c main.c
//03-06-03
//先对SPR4096进行Mass Erase,然后往0x5678单元写入一个数据0x55AA
#define C_SIOCLOCK 0x0010; // CPUCLOCK/8
#include "SPCE061V004.H"
main()
{
long int i;
unsigned long int ulAddr;
uns