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

mmc.h

Go to the documentation of this file.
00001 
00005 #ifndef MMC_H
00006 #define MMC_H
00007 
00008 extern xdata unsigned char storageFlags;
00009 
00016 unsigned char InitMMC();
00017 
00019 unsigned char SeekSector(unsigned long sectorN);
00020 
00022 unsigned char ReadPhysicalSector();
00023 
00026 unsigned char WritePhysicalSector();
00027 
00028 unsigned char MmcWaitForData();
00029 void PerformBlockRead();
00030 
00031 
00032 #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.