代码搜索结果
找到约 10,000 项符合
SD Card 的代码
sd.sct
; *************************************************************
; *** Scatter-Loading Description File generated by uVision ***
; *************************************************************
LR_
sd.htm
Static Call Graph - [D:\Keil\KEIL版 SD文件系统\SD.axf]
Static Call Graph for image D:\Ke
sd.opt
### 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 {
sd.tra
*** Creating Trace Output File 'SD.tra' Ok.
### Preparing for ADS-LD.
### Creating ADS-LD Command Line
### List of Objects: adding '"startup.o"'
### List of Objects: adding '"mmcmain.o"'
### List
sd.c
#include"LPC214X.H"
#include "PCF8833.h"
#include"SD.H"
#define TFE 0x01
#define TNF 0x02
#define RNE 0x04
#define RFF 0x08
#define BSY 0x10
#define SD_Disable() IO0SET |=
sd.h
#ifndef __LPC214x_H
#define __LPC214x_H
void spi_init (void);
read_csd();
SD_INIT();
READ_CSD();
SD_WRITE(INT8U* Buffer,INT32U Number_Sector);
SD_READ(INT8U *Buffer, INT16U Bytes);
#endif
sd.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**
sd.c
//&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&SD卡驱动&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
//*文件名称:sd.c
//*文件作用:SD卡驱动
//*文件作者:翟 鹏
//*创建日期:2004年5月
//&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
sd.h
//&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&SD卡驱动&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&
//*文件名称:sd.h
//*文件作用:SD卡驱动
//*文件作者:翟 鹏
//*创建日期:2004年5月
//&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&