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_file_create().
uint32_t Fs_management_entry::u32_pos_in_file |
Current position in file (unit Bytes)
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(), and file_write_buf().
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_putc(), file_read(), file_read_buf(), file_seek(), file_set_eof(), file_write_buf(), nav_dir_name(), nav_file_create(), 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(), nav_file_create(), and nav_file_isreadonly().
uint8_t Fs_management_entry::u8_open_mode |
open mode of selected file
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(), and file_write_buf().
uint8_t Fs_management_entry::u8_txt_format |
format of text used in selected file (only for reader_txt module)