Structure to save the frequently variables of file system mounted.
#include <fat.h>
Data Fields | |
uint32_t | u32_cluster |
First cluster of the selected file. More... | |
uint32_t | u32_pos_in_file |
Current position in file (unit Bytes) More... | |
uint32_t | u32_size |
Size of selected file (unit Bytes) More... | |
uint8_t | u8_attr |
Attribute of the selected file. More... | |
uint8_t | u8_open_mode |
open mode of selected file More... | |
uint8_t | u8_txt_format |
format of text used in selected file (only for reader_txt module) More... | |
uint32_t Fs_management_entry::u32_cluster |
First cluster of the selected file.
Referenced by fat_clear_entry_info_and_ptr(), fat_get_entry_info(), fat_read_file(), nav_dir_cd(), nav_dir_gotoparent(), nav_dir_name(), and nav_filterlist_gotoparent().
uint32_t Fs_management_entry::u32_pos_in_file |
Current position in file (unit Bytes)
Referenced by fat_read_file(), file_bof(), file_eof(), file_getc(), file_getpos(), file_open(), file_read(), file_read_buf(), and file_seek().
uint32_t Fs_management_entry::u32_size |
Size of selected file (unit Bytes)
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().
uint8_t Fs_management_entry::u8_attr |
Attribute of the selected file.
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().
uint8_t Fs_management_entry::u8_open_mode |
open mode of selected file
Referenced by file_close(), file_flush(), file_getc(), file_open(), file_read(), and file_read_buf().
uint8_t Fs_management_entry::u8_txt_format |
format of text used in selected file (only for reader_txt module)
Referenced by reader_txt_beg(), reader_txt_get_line(), reader_txt_new(), and reader_txt_select_format().