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

diskInfoStruct Struct Reference

Collection of disk globals. More...

List of all members.

Public Attributes

unsigned long fatStart
 Starting sector of FAT table.
unsigned long rootStart
 Starting sector of root directory.
unsigned long dataStart
 (In FAT the start is cluster 2, so dataStart actually points to 2 clusters before the start of data area)
unsigned char fatSectorsPerCluster
 FAT Global sectors per cluster.


Detailed Description

Collection of disk globals.

Definition at line 29 of file filesys.c.


Member Data Documentation

unsigned long diskInfoStruct::dataStart
 

(In FAT the start is cluster 2, so dataStart actually points to 2 clusters before the start of data area)

Definition at line 37 of file filesys.c.

Referenced by SelectDisk().

unsigned char diskInfoStruct::fatSectorsPerCluster
 

FAT Global sectors per cluster.

Definition at line 39 of file filesys.c.

Referenced by SelectDisk().

unsigned long diskInfoStruct::fatStart
 

Starting sector of FAT table.

Definition at line 31 of file filesys.c.

Referenced by SelectDisk().

unsigned long diskInfoStruct::rootStart
 

Starting sector of root directory.

Definition at line 33 of file filesys.c.

Referenced by SelectDisk().


The documentation for this struct was generated from the following file:
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.