MityDSP Documentation Index

tsDevInfo Struct Reference

This structure provides the FAT drivers with the necessary information to interface to the physical media. More...

#include <fatfs.h>

List of all members.

Public Attributes

int mnRemovable
 0 if not removeable.
uint16_t mnHeads
 number of heads on the disk, 0 if N/A
uint16_t mnBytesPerSector
 number of bytes per logical sector.
uint32_t mnNumSectors
 number of logical sectors on the device
uint16_t mnSectorsPerCylinder
 legacy, number of sectors per cylinder. Not Used.
uint32_t mnSectorOffset
 FAT partition sector offset.

Detailed Description

This structure provides the FAT drivers with the necessary information to interface to the physical media.

This structure is required in order to register a FAT device.


Member Data Documentation

0 if not removeable.

number of heads on the disk, 0 if N/A

number of bytes per logical sector.

number of logical sectors on the device

legacy, number of sectors per cylinder. Not Used.

FAT partition sector offset.


  
Generated on Wed Mar 17 18:24:35 2010 for FAT File System Library by  Doxygen Version 1.6.1
Copyright © 2009, Critical Link LLC, All rights reserved.