![]() |
LPCOpen Platform
LPCOpen Platform for NXP LPC Microcontrollers
|
Go to the source code of this file.
int32_t | ReservedSectorCnt = RESERVEDSECTORCNT |
int32_t | RootEntries = ROOTENTRIES |
int32_t | BytesPerSector = BYTESPERSECTOR |
int32_t | NumFats = NUMFATS |
int32_t | SectorsPerFat = SECTORSPERFAT |
int32_t | NonDataSectors = NONDATASECTORS |
int32_t | TotalSectors = TOTALSECTORS |
int32_t | StartDataRegion = STARTDATAREGION |
int16_t | GetFAT12Entry (DISKIMAGE *DiskImagePtr, int FATindex) |
void | SetFAT12Entry (DISKIMAGE *DiskImagePtr, int FATindex, unsigned short FAT12ClusEntryVal) |
void | InitializeFAT12 (DISKIMAGE *DiskImagePtr) |
void | InitializeFAT16 (DISKIMAGE *DiskImagePtr) |
void | InitializeFAT32 (DISKIMAGE *DiskImagePtr) |
uint32_t | CalculateCountOfClusters (DISKIMAGE *DiskImagePtr) |
void | InitializeDiskDiskImage (DISKIMAGE *DiskImagePtr) |
void | SetDiskMetricsFromDiskImage (DISKIMAGE *DiskImagePtr) |
void | CreateDiskImage (DISKIMAGE *DiskImagePtr) |
void | InitializeDiskImage (DISKIMAGE *DiskImagePtr, int VolumeSize, int BytesPerSector, int NumFATs, int SectorsPerFAT, int RootEntries) |
int16_t GetFAT12Entry | ( | DISKIMAGE * | DiskImagePtr, |
int | FATindex | ||
) |
void InitializeDiskImage | ( | DISKIMAGE * | DiskImagePtr, |
int | VolumeSize, | ||
int | BytesPerSector, | ||
int | NumFATs, | ||
int | SectorsPerFAT, | ||
int | RootEntries | ||
) |
void SetDiskMetricsFromDiskImage | ( | DISKIMAGE * | DiskImagePtr | ) |
void SetFAT12Entry | ( | DISKIMAGE * | DiskImagePtr, |
int | FATindex, | ||
unsigned short | FAT12ClusEntryVal | ||
) |
int32_t BytesPerSector = BYTESPERSECTOR |
int32_t NonDataSectors = NONDATASECTORS |
int32_t ReservedSectorCnt = RESERVEDSECTORCNT |
int32_t RootEntries = ROOTENTRIES |
int32_t SectorsPerFat = SECTORSPERFAT |
int32_t StartDataRegion = STARTDATAREGION |
int32_t TotalSectors = TOTALSECTORS |