代码搜索:SPCE

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

代码结果 5,520
www.eeworm.com/read/435864/7782479

c inter.c

#include "spce061a.h" #include "MyBit.h" long Fre_Div_A=0; //定义频率存放变量,不是真正的频率,而是特定时间内的脉冲数量 long Fre_Div_B=0; long Fre=0; //频率 int TranCompleteFlag=0; //转换完成标志 in
www.eeworm.com/read/399134/7887050

c ds1267.c

#include "SPCE061V004.H" #define Set_IOA_Bit(x) (*P_IOA_Data = *P_IOA_Buffer | x) #define Clear_IOA_Bit(x) (*P_IOA_Data = *P_IOA_Buffer & ~x) #define DQ 0x0001 //IOA0 #define CLK
www.eeworm.com/read/245604/12789760

c scan_key.c

#include //变量声明 extern unsigned int key_value; unsigned int set_bit=0; //光标闪动位置 unsigned int set_sign=0; //电流符号(方向) unsigned int set_value=0; //电流设定值 unsigned int set_mode=
www.eeworm.com/read/242457/13003796

c detect.c

#include"SPCE061A.H" #include"Detect.h" #define DETECT_DATA_STATE_VALIDATE 0x0001 #define DETECT_DATA_STATE_INVALIDATE 0x0000 #define DETECT_AD_LINE1 0x01 #define DETECT_AD_ENABLE 0x01
www.eeworm.com/read/315454/13542258

h playsnd.h

#ifndef __PLAYSND_h__ #define __PLAYSND_h__ // write your header here #include "spce061a.h" #include "s480.h" #define VOICE_POINT 0x0a #define VOICE_MORNING 0x0b #define VOICE_NOON 0x0c #def
www.eeworm.com/read/304532/13791738

c main.c

#include "MENU.h" #include "bit.h" #include "sposvar.h" #include "spos.h" #include "user.h" #include "9850A.h" #include "UARTTEST.h" #define M_IO_CS PA->bit.bit2 //CS与SPCE061A的接口定义 #define
www.eeworm.com/read/484044/6589734

h playsnd.h

#ifndef __PLAYSND_h__ #define __PLAYSND_h__ // write your header here #include "spce061a.h" #include "s480.h" #define VOICE_POINT 0x0a #define VOICE_MORNING 0x0b #define VOICE_NOON 0x0c #def
www.eeworm.com/read/348074/11613860

c main.c

#include"spce061a.h" main() { *P_IOA_Dir=0Xffff; *P_IOA_Attrib=0Xffff; *P_IOA_Data=0Xffff; *P_TimerA_Ctrl= C_TMA1_8KHz+C_TMA2_1; *P_TimerA_Data=0xffaf; //1
www.eeworm.com/read/254595/12128598

c hongwai.c

#include int hw_flag[2]; extern int hongw_flag; extern void delay(int); void hongwai(void) { *P_IOB_Dir&=0xfdff; //B9为上拉电阻输入 *P_IOB_Attrib&=0xfdff; *P_IOB_Da
www.eeworm.com/read/254590/12128720

c dac5618.c

#include "SPCE061A.h" #include "dac5618.h" //#define Set_IOA_Bit(x) (*P_IOA_Data = *P_IOA_Buffer | x) //#define Clear_IOA_Bit(x) (*P_IOA_Data = *P_IOA_Buffer & ~x) #define DA_DIN 0x0001