代码搜索:spi总线
找到约 10,000 项符合「spi总线」的源代码
代码结果 10,000
www.eeworm.com/read/353496/10443317
c spi.c
#include "io8535V.h"
#include "macros.h"
void delay()
{
unsigned int i;
for(i=0;i
www.eeworm.com/read/353496/10443318
lis spi.lis
.module SPI.C
.area text(rom, con, rel)
0000 .dbfile E:\study\IccAvr\SPI\SPI.C
0000 .dbfunc e delay _delay fV
www.eeworm.com/read/353496/10443320
cof spi.cof
www.eeworm.com/read/353496/10443325
mak spi.mak
CC = iccavr
CFLAGS = -IC:\Atmel\icc\include\ -e -DATMega8535 -l -g -Mavr_enhanced_small -Wa-W
ASFLAGS = $(CFLAGS) -Wa-g
LFLAGS = -LC:\Atmel\icc\lib\ -g -Wl-W -bfunc_lit:0x2a.0x2000 -dram_end:0
www.eeworm.com/read/353496/10443335
pwi spi.pwi
www.eeworm.com/read/353496/10443340
dsn spi.dsn
www.eeworm.com/read/353496/10443350
_c spi._c
#include "io8535V.h"
#include "macros.h"
void delay()
{
unsigned int i;
for(i=0;i
www.eeworm.com/read/353496/10443352
s spi.s
.module SPI.C
.area text(rom, con, rel)
.dbfile E:\study\IccAvr\SPI\SPI.C
.dbfunc e delay _delay fV
; i -> R16,R17
.even
_delay::
.dbline -1
.dbline 5
; #include "io8535V.