#include <fat.h>
Data Fields | |
U8 | u8_type_fat |
FAT type (default = no mounted = FS_TYPE_FAT_UNM). | |
U16 | u16_entry_pos_sel_file |
Entry file position in directory (unit = FS_SIZE_FILE_ENTRY) (see value FS_NO_SEL & FS_END_FIND). |
Definition at line 293 of file fat.h.
FAT type (default = no mounted = FS_TYPE_FAT_UNM).
Definition at line 295 of file fat.h.
Referenced by fat_check_device(), fat_check_mount(), fat_check_noopen(), fat_mount(), nav_drive_set(), nav_partition_freespace(), nav_partition_freespace_percent(), nav_partition_mount(), nav_partition_set(), nav_partition_space(), nav_partition_type(), and nav_reset().
Entry file position in directory (unit = FS_SIZE_FILE_ENTRY) (see value FS_NO_SEL & FS_END_FIND).
Definition at line 296 of file fat.h.
Referenced by fat_check_select(), fat_clear_entry_info_and_ptr(), 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().