代码搜索结果
找到约 10,000 项符合
Storage 的代码
storage.h
#ifndef STORAGE_H
#define STORAGE_H
extern unsigned char InitStorage(void);
unsigned char PrepareToReadDiskSector(unsigned long sectorN);
unsigned char ReadDiskSector(unsigned long sectorN);
storage.c
#include "storage.h"
#include "board.h"
#include "mmc.h"
#include "buffer.h"
unsigned char storageFlags = 0;
unsigned char InitStorage(){
unsigned char result;
result
storage.dsp
# Microsoft Developer Studio Project File - Name="storage" - Package Owner=
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) A
storage.rc
//Microsoft Developer Studio generated resource script.
//
#include "resource.h"
#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
storage.dsw
Microsoft Developer Studio Workspace File, Format Version 6.00
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
###############################################################################
storage.cpp
// storage.cpp : Defines the class behaviors for the application.
//
#include "stdafx.h"
#include "storage.h"
#include "MainFrm.h"
#include "storageSet.h"
#include "storageDoc.h"
#include "