代码搜索:spi总线

找到约 10,000 项符合「spi总线」的源代码

代码结果 10,000
www.eeworm.com/read/383070/8975035

opt spi.opt

www.eeworm.com/read/383070/8975054

set spi.set

[General] Version=1.0 Config=0 ReleaseIntermediate=.\Release ReleaseOutput=.\Release DebudIntermediate=.\Debug DebugOutput=.\Debug BodyName=SPCE061A [SetLink] ExeFile=1 Output=spi.S37 INT
www.eeworm.com/read/383070/8975063

c spi.c

#include"spce061v004.h" #include"spi.h" #include"hh.h" #define TX_EN 0x01 //iob0 1 #define TRX_CE 0x02 //iob1 1 #define POW_UP 0x04 //iob2 1 #define CD
www.eeworm.com/read/383070/8975069

h spi.h

#ifndef __SPI_H__ #define __SPI_H__ // write your header here //nRF905配置命令 #define WRC 0x00 //写配置寄存器 #define RRC 0x10 //读配置寄存器 #define WTP 0x20 //写发送有效数据 #define RTP 0x21 //读发送有效数据 #define WTA
www.eeworm.com/read/383070/8975080

rc spi.rc

# Begin Project # Begin SubItem "spi Resources" # End SubItem # End Project
www.eeworm.com/read/383070/8975088

spj spi.spj

#Sunplus Debeloper Project File - Name = SunplusIDE #Sunplus Developer Generated Build File Format Version V1.00 #**DO NOT EDIT** #TARTYPE (SPCE061A)Application CFG=Debug # Begin Project #Nam
www.eeworm.com/read/383070/8975093

lik spi.lik

Version: 3.0 Options: m37 Obj: "C:\Program Files\Sunplus\unSPIDE184\unSPIDE\startupD.obj" Obj: "D:\huangke\work\now\spi_521\Debug\Resource.obj" Obj: "D:\huangke\work\now\spi_521\Debug\spi.obj" Li
www.eeworm.com/read/383070/8975109

env spi.env

[ICE] PCTR Enable=0 PCTR Save OP Only=0 [General] Device=1 HisSize=1024 Timer=24576000 EmuSel=0 MODE=0 [INCLUDE] Count=1 INCPATH0=C:\Program Files\Sunplus\unSPIDE184\SPCE061A\include
www.eeworm.com/read/382983/8983428

c spi.c

#include #include "2410addr.h" #include "2410lib.h" #include "spi.h" #include "def.h" #define spi_count 0x80 #define SPI_BUFFER _NONCACHE_STARTADDRESS void __irq Spi_Int(void);
www.eeworm.com/read/382983/8983527

h spi.h

#ifndef __SPI_H__ #define __SPI_H__ void Test_Spi_MS_int(void); void Test_Spi_MS_poll(void); void Test_Spi_M_Tx_DMA1(void); void Test_Spi_M_Rx_DMA1(void); void Test_Spi_S_Tx_DMA1(void); voi