代码搜索结果
找到约 10,000 项符合
SPI 的代码
spi.h
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2005.2.26
\************************
spi.c
/***************************************************************************\
Copyright (c) 2004-2007 threewater@up-tech.com, All rights reserved.
by threewter 2005.2.26
\************************
spi.c
/*============================================================
File Name: SPI.c
Description: S3C2440A SPI controller Function Test
Version: 0.1
History:
0.1: 2003. 07. 06, Pr
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
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
spi.vhd
---------------------------------------------------------------------------------------------------
--*************************************************************************************************
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
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