代码搜索:SPI
找到约 10,000 项符合「SPI」的源代码
代码结果 10,000
www.eeworm.com/read/28269/996668
axf spi_lcd.axf
www.eeworm.com/read/28269/996669
opt spi_lcd.opt
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/28506/999664
uv2 spi.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Simulator), 0x0000 // Tools: 'MCS-51'
Target (MCB900 - Run), 0x0000 // Tools: 'MCS-51'
Target (EPM900 - Emulator), 0x0000 // T
www.eeworm.com/read/28694/1005482
d spi.o.d
spi.o: ../spi.c c:/winavr-20090313/lib/gcc/../../avr/include/avr/io.h \
c:/winavr-20090313/lib/gcc/../../avr/include/avr/sfr_defs.h \
c:/winavr-20090313/lib/gcc/../../avr/include/inttypes.h \
www.eeworm.com/read/29913/1015725
m51 spi.m51
BL51 BANKED LINKER/LOCATER V5.03 03/29/2005 14:08:53 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
D:\PROGRAM FILES\KEIL\C51\BIN\B
www.eeworm.com/read/29913/1015727
uv2 spi.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Target '
www.eeworm.com/read/29913/1015728
bak spi_opt.bak
www.eeworm.com/read/31643/1026295
c spi_master.c
/////SPI调试程序//////////
/////SPI_master.c//////////////
#include
typedef unsigned char uchar;
typedef unsigned int uint;
enum {aalen=6};
xdata uchar aa[aalen]={0x81,0x82,0x83,0x84,
www.eeworm.com/read/31643/1026296
c spi_slave.c
/////SPI调试程序//////////
/////SPI_slave.c//////////////
#include
typedef unsigned char uchar;
typedef unsigned int uint;
xdata uchar aa[6]={0x31,0x32,0x33,0x34,0x35,0x36};
xdata uch
www.eeworm.com/read/35149/1052278
c turbo_spi.c
/*------------------------------------------------------------------------------
Title: Turbo_SPI.C
Date: 4, 2003
Author: Shao Qing
Turbo_SPI Device Driver Functions
04/2003 Ver 0.1 - Initial V