Fs_management_entry Struct Reference

Struture to save the frequently variables of file system mounted. More...

#include <fat.h>


Data Fields

U8 u8_open_mode
 open mode of selected file
U8 u8_txt_format
 format of text used in selected file (only for reader_txt module)
U8 u8_attr
 Attribut of the selected file.
U32 u32_cluster
 First cluster of the selected file.
U32 u32_size
 Size of selected file (unit Bytes).
U32 u32_pos_in_file
 Current position in file (unit Bytes).


Detailed Description

Struture to save the frequently variables of file system mounted.

Definition at line 294 of file fat.h.


Field Documentation

U8 Fs_management_entry::u8_open_mode

open mode of selected file

Definition at line 296 of file fat.h.

U8 Fs_management_entry::u8_txt_format

format of text used in selected file (only for reader_txt module)

Definition at line 297 of file fat.h.

U8 Fs_management_entry::u8_attr

Attribut of the selected file.

Definition at line 298 of file fat.h.

U32 Fs_management_entry::u32_cluster

First cluster of the selected file.

Definition at line 299 of file fat.h.

U32 Fs_management_entry::u32_size

Size of selected file (unit Bytes).

Definition at line 300 of file fat.h.

U32 Fs_management_entry::u32_pos_in_file

Current position in file (unit Bytes).

Definition at line 301 of file fat.h.


The documentation for this struct was generated from the following file:
Generated on Fri Oct 31 14:31:42 2008 for ATMEL by  doxygen 1.5.3