|
COSA
An Object-Oriented Platform for Arduino Programming
|
#include <FAT16.hh>

Public Attributes | |
| uint8_t | boot |
| uint8_t | beginHead |
| unsigned | beginSector: 6 |
| unsigned | beginCylinderHigh: 2 |
| uint8_t | beginCylinderLow |
| uint8_t | type |
| uint8_t | endHead |
| unsigned | endSector: 6 |
| unsigned | endCylinderHigh: 2 |
| uint8_t | endCylinderLow |
| uint32_t | firstSector |
| uint32_t | totalSectors |
MBR partition table entry. A partition table entry for a MBR formatted storage device. The MBR partition table has four entries.
| unsigned FAT16::part_t::beginCylinderHigh |
| uint8_t FAT16::part_t::beginCylinderLow |
| uint8_t FAT16::part_t::beginHead |
| unsigned FAT16::part_t::beginSector |
| uint8_t FAT16::part_t::boot |
| unsigned FAT16::part_t::endCylinderHigh |
| uint8_t FAT16::part_t::endCylinderLow |
| uint8_t FAT16::part_t::endHead |
| unsigned FAT16::part_t::endSector |
| uint32_t FAT16::part_t::firstSector |
| uint32_t FAT16::part_t::totalSectors |
| uint8_t FAT16::part_t::type |