代码搜索结果
找到约 16,769 项符合
SPI 的代码
spi dma driven.asm
/* SPI Control Registers */
#define SPICTL (0x1000) /* SPI Control Register */
#define SPIFLG (0x1001) /* SPI Flag register */
#define SPIBAU
spi.dp2
spi.o: E:\ICCAVR\project\AVRISP~1\icc/stk500.h C:/icc/include/string.h C:/icc/include/_const.h C:/icc/include/iom8v.h C:/icc/include/macros.h E:\ICCAVR\project\AVRISP~1\icc/interface.h E:\ICCAVR\proje
spi.c
/* SPI接口子程序,供CH374子程序库调用 */
UINT8 CH374_READ_REGISTER( UINT8 mAddr ) /* 外部定义的被CH374程序库调用的子程序,从指定寄存器读取数据 */
{
UINT8 d;
Spi374Start( mAddr, CMD_SPI_374READ );
d = Spi374InByte( );
Spi374Sto
spi.c
#include "LPC214x.H"
#include "SPI.H"
//#include "config.h"
/********UC/OS模板来自高手之手,鄙人挪用*********************/
/*************************M*********************************/
/******挪用:月亮 QQ:2289391
spi.plg
礦ision2 Build Log
Project:
C:\Documents and Settings\ntscking\桌面\书程序\第二章\2.5 SPI总线在单片机系统中的实现\SPI.uv2
Project File Date: 03/29/2005
Output:
spi.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0000 // Tools: 'MCS-51'
Group (Source Group 1)
File 1,1, 0x0
Options 1,0,0 // Target '
spi.lnp
"SPI.obj"
TO "SPI"
RAMSIZE(256)
spi.h
uchar SPI_WR(uchar val) //用SPI口收发数据
{
uchar temp;
SPDR=val;
while ((SPSR&(1
spi.lst
C51 COMPILER V7.06 SPI 06/12/2008 23:57:32 PAGE 1
C51 COMPILER V7.06, COMPILATION OF MODULE SPI
OBJECT MODULE PLACED IN SPI
spi.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="spi"
ProjectDir="E:\study\DSP\SEED-DEC2812v2.0\03. Examples of Program\01. DSP\spi\"