代码搜索:SPI

找到约 10,000 项符合「SPI」的源代码

代码结果 10,000
www.eeworm.com/read/485678/1261317

h spi.h

/***********************************************Copyright (c)********************************************* ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/485678/1261372

c spi.c

/***********************************************Copyright (c)********************************************* ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/485678/1261374

h spi.h

/***********************************************Copyright (c)********************************************* ** Guangzou ZLG-MCU Development Co.,LTD. **
www.eeworm.com/read/485601/1261946

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/485601/1261948

lis spi.lis

.module SPI.C .area data(ram, con, rel) 0000 _Table:: 0000 .blkb 2 .area idata 0000 3F06
www.eeworm.com/read/485601/1261949

mak spi.mak

CC = iccavr CFLAGS = -IC:\icc\include\ -e -l -g -Wa-W ASFLAGS = $(CFLAGS) -Wa-g LFLAGS = -LC:\icc\lib\ -g -Wl-W -bfunc_lit:0x22.0x2000 -dram_end:0x25f -bdata:0x60.0x25f -dhwstk_size:16 -beepro
www.eeworm.com/read/485601/1261952

lk spi.lk

SPI.o
www.eeworm.com/read/485601/1261957

_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/485601/1261960

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/485601/1261964

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) ----------