ATmega8GPSLoggerBasismodul  20131018
DirEntry Struct Reference

#include <fat16.h>

Data Fields

unsigned char name [8]
 
unsigned char extension [3]
 
unsigned char attribute
 
unsigned char reserved [10]
 
unsigned int time
 
unsigned int date
 
unsigned int startcluster
 
unsigned long size
 

Detailed Description

Definition at line 31 of file fat16.h.

Field Documentation

unsigned char DirEntry::attribute

Definition at line 35 of file fat16.h.

Referenced by CreateDirectoryEntry(), and SeekDirectoryEntry().

unsigned int DirEntry::date

Definition at line 38 of file fat16.h.

Referenced by fflush_().

unsigned char DirEntry::extension[3]

Definition at line 34 of file fat16.h.

unsigned char DirEntry::name[8]

Definition at line 33 of file fat16.h.

Referenced by CreateDirectoryEntry(), and SeekDirectoryEntry().

unsigned char DirEntry::reserved[10]

Definition at line 36 of file fat16.h.

unsigned long DirEntry::size

Definition at line 40 of file fat16.h.

Referenced by CreateDirectoryEntry(), fflush_(), fread_(), fwrite_(), and SeekDirectoryEntry().

unsigned int DirEntry::startcluster

Definition at line 39 of file fat16.h.

Referenced by CreateDirectoryEntry(), and SeekDirectoryEntry().

unsigned int DirEntry::time

Definition at line 37 of file fat16.h.

Referenced by fflush_().


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