代码搜索:SPI
找到约 10,000 项符合「SPI」的源代码
代码结果 10,000
www.eeworm.com/read/211486/15179770
h mmc_spi.h
//#########################################################################
// File: mmc_spi.h
//
// MMC MultiMediaCard and SD SecureDigital definitions for SPI protocol
//
//####################
www.eeworm.com/read/207853/15260382
m51 spi.m51
BL51 BANKED LINKER/LOCATER V5.03 03/29/2005 14:08:53 PAGE 1
BL51 BANKED LINKER/LOCATER V5.03, INVOKED BY:
D:\PROGRAM FILES\KEIL\C51\BIN\B
www.eeworm.com/read/207853/15260384
uv2 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 '
www.eeworm.com/read/207853/15260385
bak spi_opt.bak
### uVision2 Project, (C) Keil Software
### Do not modify !
cExt (*.c)
aExt (*.s*; *.src; *.a*)
oExt (*.obj)
lExt (*.lib)
tExt (*.txt; *.h; *.inc)
pExt (*.plm)
CppX (*.cpp)
DaveTm {
www.eeworm.com/read/207849/15260439
c spi_mmc.c
/**********************************************************************************************
**
** Copyright(c) Semitek
**
** 模 块 名:spi_mmc.c
**
** 模块功能:SPI和MMC的接口模块
**
** 修改日期:2007年4月5日
*
www.eeworm.com/read/207849/15260441
h spi_mmc.h
#ifndef __SPI_MMC_H__
#define __SPI_MMC_H__
#include "type.h"
#define SPI_SEL 0x00100000 //SPI选择引脚
#define MMC_CMD_SIZE 6 //命令的字节数
#define MMC_DATA_SIZE 512 //MMC每次读写数据块的字节数
//相关的超时参数
www.eeworm.com/read/207845/15260516
uv2 spi.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Simulation), 0x0005 // Tools: ''
Target (Ulink), 0x0005 // Tools: ''
Group (C Source code)
Group (Assembler startup code)
www.eeworm.com/read/207845/15260534
uv2 spi.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Target 1), 0x0005 // Tools: ''
Group (Source Group 1)
File 1,1, 0x0
File 1,2,
www.eeworm.com/read/7410/116767
uv2 spi.uv2
### uVision2 Project, (C) Keil Software
### Do not modify !
Target (Simulator), 0x0000 // Tools: 'MCS-51'
Target (MCB900 - Run), 0x0000 // Tools: 'MCS-51'
Target (EPM900 - Emulator), 0x0000 // T
www.eeworm.com/read/7747/132156
pjt spi_eeprom.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectDir="D:\book\test6\SPI_EEPROM\SPI_EEPROM\"
ProjectType=Executable
CPUFamily=TMS320C28XX
T