#include <fat.h>
Definition at line 300 of file fat.h.
Data Fields | |
U32 | u32_cluster |
First cluster of the selected file. | |
U32 | u32_pos_in_file |
Current position in file (unit Bytes). | |
U32 | u32_size |
Size of selected file (unit Bytes). | |
U8 | u8_attr |
Attribut of the selected file. | |
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) |
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_initialize_dir(), fat_read_file(), fat_write_entry_file(), fat_write_file(), nav_dir_cd(), nav_dir_gotoparent(), nav_dir_make(), nav_dir_name(), nav_file_create(), nav_file_rename(), and nav_filterlist_gotoparent().
Current position in file (unit Bytes).
Definition at line 307 of file fat.h.
Referenced by fat_delete_file(), fat_read_file(), file_bof(), file_eof(), file_getc(), file_getpos(), file_open(), file_putc(), file_read(), file_read_buf(), file_seek(), file_set_eof(), file_write(), and file_write_buf().
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(), fat_write_entry_file(), file_eof(), file_getc(), file_open(), file_putc(), file_read(), file_read_buf(), file_seek(), file_set_eof(), file_write(), file_write_buf(), nav_dir_make(), nav_dir_name(), nav_file_create(), nav_file_lgt(), nav_file_lgtsector(), and nav_file_rename().
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(), fat_write_entry_file(), file_open(), nav_dir_make(), nav_dir_name(), nav_file_attributget(), nav_file_attributset(), nav_file_create(), nav_file_isreadonly(), and nav_file_rename().
open mode of selected file
Definition at line 302 of file fat.h.
Referenced by fat_check_device(), fat_copy_nav(), file_close(), file_flush(), file_getc(), file_open(), file_putc(), file_read(), file_read_buf(), file_set_eof(), file_write(), and file_write_buf().
format of text used in selected file (only for reader_txt module)
Definition at line 303 of file fat.h.
Referenced by reader_txt_beg(), reader_txt_get_line(), reader_txt_new(), and reader_txt_select_format().