代码搜索:SPCE
找到约 5,520 项符合「SPCE」的源代码
代码结果 5,520
www.eeworm.com/read/294359/8235045
c main.c
#include
#include"bit.h"
#include"splc501.h"
int main(void)
{
Set_IOA_Data(0xffff);
Set_IOA_Attrib(0xffff);
Set_IOA_Data(0x0000);
while(1)
{
A0=0;
E=0;
WR=0;
www.eeworm.com/read/294359/8235299
c isr~1.c
#include
unsigned int temp=0;
void FIQ(void)__attribute__((ISR));
void FIQ(void)
{
if(*P_INT_Ctrl&0X2000)
{
temp+=0x0040;
*P_DAC1=temp;
*P_DAC2=temp;
if(temp>0x0cc0
www.eeworm.com/read/294359/8237080
c fasong.c
#include
#include"bit.h"
#include"user_AD.h"
unsigned int a[3]={0};//因为数组元素要保存,所以定义为全局变量
extern Tx_flag;
extern Tx_i;
int main()
{
unsigned long int Tx_uiData;
unsigned int
www.eeworm.com/read/294359/8237100
c zuopin2.c
#include
#define Uint unsigned int
typedef struct
{
Uint bit0 : 1;
Uint bit1 : 1;
Uint bit2 : 1;
Uint bit3 : 1;
Uint bit4 : 1;
Uint bit5 : 1;
Uint bit6 : 1;
U
www.eeworm.com/read/294359/8237123
c zuopin22.c
#include
#define Uint unsigned int
typedef struct
{
Uint bit0 : 1;
Uint bit1 : 1;
Uint bit2 : 1;
Uint bit3 : 1;
Uint bit4 : 1;
Uint bit5 : 1;
Uint bit6 : 1;
U
www.eeworm.com/read/294359/8237554
c hongwai_fashe.c
#include
#include"fa_ma_user.h"
int main()
{
unsigned int fama_value=1;
unsigned int fa_flag=1;
while(1)
{
if(fa_flag)//当需要进行发射时候,才置发射标志为1;
{
fashe_ma(fama_value);
www.eeworm.com/read/294359/8237639
c lcd.c
#include
#define Uint unsigned int
typedef struct
{
Uint bit0 : 1;
Uint bit1 : 1;
Uint bit2 : 1;
Uint bit3 : 1;
Uint bit4 : 1;
Uint bit5 : 1;
Uint bit6 : 1;
U
www.eeworm.com/read/172715/9695808
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/172160/9722386
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/171373/9758637
c max542_16dac_driver.c
#include "SPCE061V004.H"
#define din 0x0080
#define sclk 0x0040
#define ldac 0x0020
#define cs 0x0010
int main()
{
initial_iob();
DAC(0x7fff);
while(1)
*P_Watchdog_Cle