代码搜索:spi总线
找到约 10,000 项符合「spi总线」的源代码
代码结果 10,000
www.eeworm.com/read/177286/9460763
h spi.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2005.2.26
\************************
www.eeworm.com/read/177286/9460796
c spi.c
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2005.2.26
\************************
www.eeworm.com/read/176782/9484315
c spi.c
/*============================================================
File Name: SPI.c
Description: S3C2440A SPI controller Function Test
Version: 0.1
History:
0.1: 2003. 07. 06, Pr
www.eeworm.com/read/176782/9484407
o spi.o
www.eeworm.com/read/176782/9484469
o spi.o
www.eeworm.com/read/176782/9484715
err spi.err
"spi.c", line 200: Warning: C2870W: variable 'i' declared but not used
"spi.c", line 242: Warning: C2917W: no side effect in void context: 'unary *'
"spi.c", line 302: Warning: C2870W: variabl
www.eeworm.com/read/176782/9484828
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/372667/9498663
vhd spi.vhd
---------------------------------------------------------------------------------------------------
--*************************************************************************************************
www.eeworm.com/read/372667/9498679
bsf spi.bsf
/*
WARNING: Do NOT edit the input and output ports in this file in a text
editor if you plan to continue editing the block that represents it in
the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/176341/9502677
c spi.c
#include
#include "c:\test\hard_def.h"
extern void putst(register const char *);
void spi_send(uchar,uchar,uchar,uchar);
#define SPI_CS RA5
void spi_wait(void)
{
#as