代码搜索结果
找到约 10,000 项符合
SD Card 的代码
sd._c
#include
#include
#include
#define SD_INIT_TRY 50
#define SD_IDLE_WAIT_MAX 100 //等待进入IDLE次数
#define SD_CMD_TIMEOUT 100 //读CMD次数
#define TIMEOUT_WRITE 10000 // 8M
sd.h
/*返回应答长度*/
#define R1 1
#define R1B 2
#define R2 3
#define R3 4
/*****************R1 R1B error format******/
#define MSK_IDLE 0x01
#define MSK_ERASE_RST 0x02
#define MSK_ILL_CMD 0x04
#def
sd.s
.module sd.c
.area text(rom, con, rel)
.dbfile F:\mine\mp3\MP3\sd.c
.dbfunc e sd_wait_nobusy _sd_wait_nobusy fV
.even
_sd_wait_nobusy::
.dbline -1
.dbline 14
; #include
; #inclu
sd._h
/*返回应答长度*/
#define R1 1
#define R1B 2
#define R2 3
#define R3 4
/*****************R1 R1B error format******/
#define MSK_IDLE 0x01
#define MSK_ERASE_RST 0x02
#define MSK_ILL_CMD 0x04
#def
sd.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
nt.sd
Info-ZIP portable Zip/UnZip Windows NT security descriptor support
==================================================================
Scott Field (sfield@microsoft.com), 8 October 1996
This version
sd.c
/****************************************Copyright (c)**************************************************
** Guangzou ZLG-MCU Development Co.,LTD.
**