代码搜索:SPI
找到约 10,000 项符合「SPI」的源代码
代码结果 10,000
www.eeworm.com/read/35194/1053545
tra spi.tra
*** Creating Trace Output File '.\Obj\SPI.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '".\obj\startup_lpc11xx.o"'
### List of Objects: adding '"
www.eeworm.com/read/35331/1055667
opt spi.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/35432/1058320
c spi.c
/********************************************************************/
#include "..\main\include.h"
//#include "include.h"
#define SPI_Send16Address(Address) { \
SPI_Send_Byte( (uint8)(Add
www.eeworm.com/read/35432/1058391
c spi.c
/********************************************************************/
#include "..\main\include.h"
//#include "include.h"
#define SPI_Send16Address(Address) { \
SPI_Send_Byte( (uint8)(Add
www.eeworm.com/read/37086/1068223
html spi.html
www.eeworm.com/read/37368/1074723
c spi.c
#include
#include
#include
extern uchar data chksum;
void Send_Measure_Byte(uchar para)
{
www.eeworm.com/read/37368/1074728
h spi.h
/*
//p1.1
#define CLR_SPI_CS (P1&=0xfd)
#define SET_SPI_CS (P1|=0x02)
//p1.2
#define CLR_SPI_CLK (P1&=0xfb)
#define SET_SPI_CLK (P1|=0x04)
//p1.3
#define CLR_SPI_SDI (P1&=0xf7)
#def
www.eeworm.com/read/37558/1082738
opt spi.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.a*; *.src)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt)
pExt (*.plm)
CppX (*.cpp)
DaveTm { 0,0,0,0,0,0,0,0 }
www.eeworm.com/read/40382/1139093
_h spi._h
/************************************************
文件:spi.h
用途:
注意:内部8M晶振
创建:2008.4.1
修改:2008.4.1
Copy Right (c) www.avrvi.com AVR与虚拟仪器
************************************************/
#ifn
www.eeworm.com/read/40382/1139094