MityDSP Documentation Index

tsFATFileData Struct Reference

This structure is used by the FAT file system drivers for each opened file descriptor. More...

#include <fatfs_int.h>

List of all members.

Public Attributes

int mnOpened
 non-zero if opened
int mnUnlinked
 not used
uint32_t mnFilePos
 current file position
uint32_t mnCurrentCluster
 current active cluster in file
uint32_t mnParentDirCluster
 parent directory custer, if FAT16 and root = 0
uint32_t mnStartCluster
 starting cluster of file
uint32_t mnFileSize
 local copy of file size
uint32_t mnDirEntryIndex
 index into directory cluster
tsDirEntry msDirEntry
 local copy of directory entry
tsFATDevDatalpDevDriver
 related device driver data

Detailed Description

This structure is used by the FAT file system drivers for each opened file descriptor.


Member Data Documentation

non-zero if opened

not used

current file position

current active cluster in file

parent directory custer, if FAT16 and root = 0

starting cluster of file

local copy of file size

index into directory cluster

local copy of directory entry

related device driver data


  
Generated on Wed Mar 17 18:24:35 2010 for FAT File System Library by  Doxygen Version 1.6.1
Copyright © 2009, Critical Link LLC, All rights reserved.