XenevaOS
Loading...
Searching...
No Matches
Public Attributes | List of all members
_FatFS_ Struct Reference

#include <Fat.h>

Collaboration diagram for _FatFS_:
Collaboration graph
[legend]

Public Attributes

FatBPBbpb
 
AuVDiskvdisk
 
char oemid [8]
 
uint8_t fatType
 
unsigned long __FatBeginLBA
 
unsigned long __ClusterBeginLBA
 
unsigned char __SectorPerCluster
 
unsigned int __RootDirFirstCluster
 
unsigned long __RootSector
 
unsigned int __SectorPerFAT32
 
unsigned int __TotalClusters
 
unsigned char * __RootDirCache
 
unsigned int __LastIndexSector
 
unsigned int __LastIndexInFat
 
uint16_t __BytesPerSector
 
size_t cluster_sz_in_bytes
 

Member Data Documentation

◆ __BytesPerSector

uint16_t _FatFS_::__BytesPerSector

◆ __ClusterBeginLBA

unsigned long _FatFS_::__ClusterBeginLBA

◆ __FatBeginLBA

unsigned long _FatFS_::__FatBeginLBA

◆ __LastIndexInFat

unsigned int _FatFS_::__LastIndexInFat

◆ __LastIndexSector

unsigned int _FatFS_::__LastIndexSector

◆ __RootDirCache

unsigned char* _FatFS_::__RootDirCache

◆ __RootDirFirstCluster

unsigned int _FatFS_::__RootDirFirstCluster

◆ __RootSector

unsigned long _FatFS_::__RootSector

◆ __SectorPerCluster

unsigned char _FatFS_::__SectorPerCluster

◆ __SectorPerFAT32

unsigned int _FatFS_::__SectorPerFAT32

◆ __TotalClusters

unsigned int _FatFS_::__TotalClusters

◆ bpb

FatBPB* _FatFS_::bpb

◆ cluster_sz_in_bytes

size_t _FatFS_::cluster_sz_in_bytes

◆ fatType

uint8_t _FatFS_::fatType

◆ oemid

char _FatFS_::oemid[8]

◆ vdisk

AuVDisk* _FatFS_::vdisk

The documentation for this struct was generated from the following file: