#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). |
Definition at line 300 of file fat.h.
open mode of selected file
Definition at line 302 of file fat.h.
Referenced by file_close(), file_flush(), file_getc(), file_open(), file_read(), and file_read_buf().
Attribut of the selected file.
Definition at line 304 of file fat.h.
Referenced by fat_clear_entry_info_and_ptr(), fat_entry_is_dir(), fat_get_entry_info(), file_open(), nav_dir_name(), nav_file_attributget(), and nav_file_isreadonly().
First cluster of the selected file.
Definition at line 305 of file fat.h.
Referenced by fat_clear_entry_info_and_ptr(), fat_get_entry_info(), fat_read_file(), nav_dir_cd(), nav_dir_gotoparent(), and nav_dir_name().
Size of selected file (unit Bytes).
Definition at line 306 of file fat.h.
Referenced by fat_clear_entry_info_and_ptr(), fat_get_entry_info(), file_eof(), file_getc(), file_open(), file_read(), file_read_buf(), file_seek(), nav_dir_name(), nav_file_lgt(), and nav_file_lgtsector().
Current position in file (unit Bytes).
Definition at line 307 of file fat.h.
Referenced by fat_read_file(), file_bof(), file_eof(), file_getc(), file_getpos(), file_open(), file_read(), file_read_buf(), and file_seek().