代码搜索结果
找到约 10,000 项符合
SD Card 的代码
sd.def
LIBRARY SD
EXPORTS SDI_Init
SDI_Deinit
SDI_Open
SDI_Close
SDI_Read
SDI_Write
SDI_Seek
SDI_IOControl
SDI_PowerDown
SDI_PowerUp
sd.h
/***************************************************************************
* File: sd.h - Common definition for SD
*
* The content of this file or document is CONFIDENTIAL and PROPRIET
sd.map
SD
Timestamp is 4691a50a (Mon Jul 09 11:01:30 2007)
Preferred load address is 10000000
Start Length Name Class
0001:00000000 00000618H .rdata
sd.rel
Timestamp: 4691A50A Mon Jul 09 11:01:30 2007
0003 0002 00001718 00000000
0003 0002 0000171C 00000000
0003 0002 00001720 00000000
0003 0002 00001724 00000000
0003 0002 000017EC 00000000
0003 00
sd.c
#include "example.h"
#include "sd.h"
static int sd_slot = 0;
int sdOpen (int slot)
{
sd_slot = slot;
return sd_open(slot);
}
int sdEject ()
{
return sd_close(sd_slot);
}
int sdRead (int sect, i
sd.h
int sdOpen (int slot);
int sdEject ();
int sdRead (int sect, int n, void* buf);
debug.sd
System Error: init_addr_server: connect: 不能做任何连接,因为目标机器积极地拒绝它。
Loading preloaded files ...
Initializations complete.
Accepting connections on port 5555.
Accepting connections on port 2000.
sd.h
#define NSD 0
sd.h
#define NSD 0
sd.h
#define NSD 0