Structure to save the variables very frequently used by file system mounted.
#include <fat.h>
Data Fields | |
uint16_t | u16_entry_pos_sel_file |
Entry file position in directory (unit = FS_SIZE_FILE_ENTRY) (see value FS_NO_SEL & FS_END_FIND) More... | |
uint8_t | u8_type_fat |
FAT type (default = no mounted = FS_TYPE_FAT_UNM) More... | |
uint16_t Fs_management_fast::u16_entry_pos_sel_file |
Entry file position in directory (unit = FS_SIZE_FILE_ENTRY) (see value FS_NO_SEL & FS_END_FIND)
Referenced by fat_alloc_entry_free(), fat_check_nav_access_file(), fat_check_select(), fat_clear_entry_info_and_ptr(), fat_delete_file(), fat_find_short_entry_name(), fat_garbage_collector_entry(), fat_get_ptr_entry(), fat_read_dir(), nav_dir_cd(), nav_dir_gotoparent(), nav_dir_name(), nav_file_name(), nav_filelist_eol(), nav_filelist_set(), nav_getindex(), nav_gotoindex(), and nav_partition_label().
uint8_t Fs_management_fast::u8_type_fat |
FAT type (default = no mounted = FS_TYPE_FAT_UNM)
Referenced by fat_check_device(), fat_check_mount(), fat_check_noopen(), fat_mount(), fat_select_filesystem(), nav_drive_set(), nav_partition_freespace(), nav_partition_freespace_percent(), nav_partition_mount(), nav_partition_space(), nav_partition_type(), and nav_reset().