代码搜索结果
找到约 10,000 项符合
SPI 的代码
spi.h
#ifndef __SPI_H
#define __SPI_H
//SPI1初始化
void SPI1_Init(void);
//SPI1读写一字节数据
INT8U SPI1_ReadWrite(INT8U writedat);
#endif
spi.c
// ------------- Functions for simulating Serial Peripheral Interface ----------
/* FileName: spi.c
Version : 0.1
Last Updated: 2007-3-2
Description:
This library contains the necessary func
spi.h
// -------------------------- Header file for spi.c ----------------------------
#ifndef __SOFTWARE_SPI__
#define __SOFTWARE_SPI__
// --------------------------- Pins Definition -----------------
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.d
spi.o: code\spi.c
spi.o: C:\Keil\ARM\RV31\INC\stdio.h
spi.o: C:\Keil\ARM\INC\Philips\lpc213x.h