Data Fields | |
struct fat16_fs_struct * | fs |
struct fat16_dir_entry_struct | dir_entry |
uint16_t | entry_cluster |
uint16_t | entry_offset |
Definition at line 166 of file fat16.c.
struct fat16_fs_struct* fat16_dir_struct::fs [read] |
Definition at line 168 of file fat16.c.
Referenced by fat16_close_dir(), fat16_create_dir(), fat16_create_file(), fat16_open_dir(), and fat16_read_dir().
struct fat16_dir_entry_struct fat16_dir_struct::dir_entry [read] |
Definition at line 169 of file fat16.c.
Referenced by fat16_create_dir(), fat16_find_offset_for_dir_entry(), fat16_open_dir(), fat16_read_dir(), and fat16_reset_dir().
uint16_t fat16_dir_struct::entry_cluster |
Definition at line 170 of file fat16.c.
Referenced by fat16_open_dir(), fat16_read_dir(), and fat16_reset_dir().
uint16_t fat16_dir_struct::entry_offset |
Definition at line 171 of file fat16.c.
Referenced by fat16_open_dir(), fat16_read_dir(), and fat16_reset_dir().