代码搜索:spi总线

找到约 10,000 项符合「spi总线」的源代码

代码结果 10,000
www.eeworm.com/read/360879/10073594

o spi.o

www.eeworm.com/read/360879/10073793

err spi.err

"spi.c", line 98: Warning: C2917W: no side effect in void context: 'unary *' "spi.c", line 154: Warning: C2870W: variable 'i' declared but not used "spi.c", line 186: Warning: C2892E: signed c
www.eeworm.com/read/360879/10073937

o spi.o

www.eeworm.com/read/360879/10073980

h spi.h

#ifndef __SPI_H__ #define __SPI_H__ void Test_Spi_MS_int(void); void Test_Spi_MS_poll(void); void Test_Spi_M_Tx_DMA1(void); void Test_Spi_M_Rx_DMA1(void); void Test_Spi_S_Tx_DMA1(void); voi
www.eeworm.com/read/164865/10084345

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/164865/10084350

lis spi.lis

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

cof spi.cof

www.eeworm.com/read/164865/10084353

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/164865/10084359

lk spi.lk

SPI.o
www.eeworm.com/read/164865/10084370

_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