代码搜索结果
找到约 10,000 项符合
SPI 的代码
spi.c
/*============================================================
File Name: SPI.c
Description: S3C2440A SPI controller Function Test
Version: 0.1
History:
0.1: 2003. 07. 06, Prog
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.txt
F240 SPI master/slave example code from the C24x Reference Set, Vol 2, Chapter 5.
All contents (included source, executables, and text)
spi.h
/******************** COPYRIGHT*************************************************
* File Name : can.h
* Author :
* Version :
* Date : 04/5/2009
* De