代码搜索:SPI
找到约 10,000 项符合「SPI」的源代码
代码结果 10,000
www.eeworm.com/read/196668/5101166
_c spi._c
#include
#include
#define uchar unsigned char
#define uint unsigned int
uchar Table[10]={0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f};
uchar Data[4]={0,0,0,0};
vo
www.eeworm.com/read/196668/5101169
s spi.s
.module SPI.C
.area data(ram, con, rel)
_Table::
.blkb 2
.area idata
.byte 63,6
.area data(ram, con, rel)
.blkb 2
.area idata
.byte 91,'O
.area data(ram, con, rel)
.blkb 2
.are
www.eeworm.com/read/196668/5101173
mp spi.mp
NOTE: AVR Code addresses are word addresses
All other addresses (including ones in FLASH) are byte addresses
Area Addr Size Decimal Bytes (Attributes)
----------
www.eeworm.com/read/196668/5101174
prj spi.prj
[Compiler Options]
Edit1=C:\icc\include\
Edit2=C:\icc\lib\
Edit8=
CheckBox1=0
CheckBox2=1
Edit3=
Edit4=
Edit11=16
Edit13=
ComboBox1=0
Edit9=8192
Edit10=512
ComboBox2=13
RadioGroup1=0
Ed
www.eeworm.com/read/196668/5101175
dbg spi.dbg
IMAGECRAFT DEBUG FORMAT
VERSION 1.1
CPU AVR
DIR J:\AVRpractice\BOOK\SPI\
FILE SPI.C
FUNC DelayMs 70 fV
BLOCK 10 72
DEFREG j 20 c
DEFREG i 16 i
LINE 10 72
LINE 11 72
LINE 12 74
LINE 12 74
www.eeworm.com/read/196668/5101179
o spi.o
XL
H 3 areas 11 global symbols
M SPI.C
S mpy8s Ref0000
S push_gset1 Ref0000
S push_gset2 Ref0000
S push_gset3 Ref0000
S pop_gset1 Ref0000
S pop_gset2 Ref0000
S pop_gset3 Ref0000
S div8u Ref0
www.eeworm.com/read/196668/5101182
lst spi.lst
__start:
__text_start:
0018 E5CF LDI R28,0x5F
0019 E0D2 LDI R29,2
001A BFCD OUT 0x3D,R28
001B BFDE OUT 0x3E,R29
001C 51C0 SUBI R28,0x10
001D 40D
www.eeworm.com/read/196668/5101183
src spi.src
[Files]
SPI.C
[Headers]
C:\icc\include\io8535v.h
[Documents]
www.eeworm.com/read/195948/5106475
tmp spi.tmp
//3.1 MCU串行输入子程序SPIIN
//从X25F008的SPISO线上接收8位数据并放入寄存器R0中的应用子程序如下:
SPIIN:SETB P1.1 ;//使P1.1(时钟)输出为1
CLR P1.2 //选择从机
MOV R1,#08H// ;置循环次数
SPIIN1:CLR P1.1// ;使P1.1(时钟)输出为0
NOP ;延时
NOP
MOV C,P1.3 ;
www.eeworm.com/read/195948/5106477
plg spi.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\ntscking\桌面\书程序\第二章\2.5 SPI总线在单片机系统中的实现\SPI.uv2
Project File Date: 03/29/2005
Output: