VLSI Solution Oy VS1103 VLSI Solution Karaoke, MIDI and ADPCM Player Source Code Documentation

Main Page | Class List | File List | Class Members | File Members | Related Pages

storage.h

Go to the documentation of this file.
00001 
00014 #ifndef STORAGE_H
00015 #define STORAGE_H
00016 
00017 
00019 unsigned char InitStorage();
00020 
00022 unsigned char ReadDiskSector(unsigned long sectorN);
00023 
00025 void DumpDiskSector();
00026 
00031 void WriteDiskSector(unsigned long sectorN);
00032 void WriteDiskSectorRec(unsigned long sectorN);
00033 
00034 
00035 unsigned char TransferSectorSDI(unsigned long sectorN);
00036 unsigned char TransferSectorSCI(unsigned long sectorN);
00037 
00038 
00039 
00040 #endif

All software copyright 2000-2004 VLSI Solution OY. Redistribution of these software modules is limited to VLSI Solution Oy chip promotional use only. Free or commercial use of these software modules in MP3 players is ok if the product includes chip(s) from VLSI. You can request the complete (compilable) package from mp3@vlsi.fi. This exampe code is provided with good faith to assist You in code development, but under no circumstances will VLSI offer any guarantees on the usability or functionality of any example software or its fitness for any purpose.