
Data Fields | |
| struct fat_fs_struct * | fs |
| struct fat_dir_entry_struct | dir_entry |
| cluster_t | entry_cluster |
| uint16_t | entry_offset |
Definition at line 170 of file fat.c.
struct fat_fs_struct* fat_dir_struct::fs [read] |
Definition at line 172 of file fat.c.
Referenced by fat_close_dir(), fat_create_dir(), fat_create_file(), fat_open_dir(), and fat_read_dir().
struct fat_dir_entry_struct fat_dir_struct::dir_entry [read] |
Definition at line 173 of file fat.c.
Referenced by fat_create_dir(), fat_find_offset_for_dir_entry(), fat_open_dir(), and fat_reset_dir().
Definition at line 174 of file fat.c.
Referenced by fat_open_dir(), fat_read_dir(), and fat_reset_dir().
| uint16_t fat_dir_struct::entry_offset |
Definition at line 175 of file fat.c.
Referenced by fat_open_dir(), fat_read_dir(), and fat_reset_dir().
1.5.6