Data Fields | |
struct fat16_fs_struct * | fs |
struct fat16_dir_entry_struct | dir_entry |
uint32_t | pos |
uint16_t | pos_cluster |
Definition at line 158 of file fat16.c.
struct fat16_fs_struct* fat16_file_struct::fs [read] |
Definition at line 160 of file fat16.c.
Referenced by fat16_close_file(), fat16_open_file(), fat16_read_file(), fat16_resize_file(), and fat16_write_file().
struct fat16_dir_entry_struct fat16_file_struct::dir_entry [read] |
Definition at line 161 of file fat16.c.
Referenced by fat16_open_file(), fat16_read_file(), fat16_resize_file(), fat16_seek_file(), and fat16_write_file().
uint32_t fat16_file_struct::pos |
Definition at line 162 of file fat16.c.
Referenced by fat16_open_file(), fat16_read_file(), fat16_resize_file(), fat16_seek_file(), and fat16_write_file().
uint16_t fat16_file_struct::pos_cluster |
Definition at line 163 of file fat16.c.
Referenced by fat16_open_file(), fat16_read_file(), fat16_resize_file(), fat16_seek_file(), and fat16_write_file().