MityDSP Documentation Index
Public Attributes
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

int tsDevInfo::mnRemovable

0 if not removeable.

uint16_t tsDevInfo::mnHeads

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

uint16_t tsDevInfo::mnBytesPerSector

number of bytes per logical sector.

uint32_t tsDevInfo::mnNumSectors

number of logical sectors on the device

uint16_t tsDevInfo::mnSectorsPerCylinder

legacy, number of sectors per cylinder. Not Used.

uint32_t tsDevInfo::mnSectorOffset

FAT partition sector offset.


  
Generated on Mon Apr 22 2013 11:33:25 for FAT File System Library by  Doxygen Version 1.8.1.1
Copyright © 2009, Critical Link LLC, All rights reserved.