代码搜索结果
找到约 10,000 项符合
SD Card 的代码
sd.lis
.module sd.c
.area data(ram, con, rel)
0000 _reading::
0000 .blkb 1
.area idata
0000 00
sd.s
.module sd.c
.area data(ram, con, rel)
_reading::
.blkb 1
.area idata
.byte 0
.area data(ram, con, rel)
.dbfile E:\5按键_SD卡MP3程序\sd.c
.dbsym e reading _reading c
_a::
.blkb 1
.area
sd.c
/************************************************************/
/* SD Code for M32L */
/* By pasyong */
/* 2006-4 */
/* Base ICC6.31A
sd.h
/************************************************************/
/* HEAD FILE for sd */
/* By pasyong */
/* 2006-4 */
/* Base ICC6.31A
sd.cxx
// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.
#ifdef __GNUG__
#pragma implementation
#endif
#include "splib.h"
#include "Sd.h"
#include "macros.h"
#ifdef SP_NAMES
sd.h
// Copyright (c) 1994 James Clark
// See the file COPYING for copying permission.
#ifndef Sd_INCLUDED
#define Sd_INCLUDED 1
#ifdef __GNUG__
#pragma interface
#endif
#include "types.h"
#include "Bool