fat16_dir_entry_struct Struct Reference
[FAT16 supportFAT16 file functions]

#include <fat16.h>


Data Fields

char long_name [32]
uint8_t attributes
uint16_t cluster
uint32_t file_size
uint32_t entry_offset


Detailed Description

Describes a directory entry.

Definition at line 75 of file fat16.h.


Field Documentation

The file's attributes. Mask of the FAT16_ATTRIB_* constants.

Definition at line 80 of file fat16.h.

Referenced by fat16_create_dir(), fat16_get_dir_entry_of_path(), fat16_interpret_dir_entry(), fat16_open_dir(), fat16_open_file(), fat16_write_dir_entry(), and main().

The total disk offset of this directory entry.

Definition at line 92 of file fat16.h.

Referenced by fat16_create_dir(), fat16_create_file(), fat16_delete_file(), fat16_dir_entry_read_callback(), and fat16_write_dir_entry().


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

Generated on Wed Sep 17 19:31:52 2008 for mptry by  doxygen 1.5.5