This structure provides the FAT drivers with the necessary information to interface to the physical media. More...
#include <fatfs.h>
| 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. | |
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.
| 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.
