Header structure. Holds generic information about the file system. More...
#include <tsfs.h>
Data Fields | |
| uint16_t | id |
| Two unique ID bytes to identify TSFS. | |
| uint8_t | version |
| TSFS version. | |
| uint8_t | reserved1 |
| Rereved for future use. | |
| uint32_t | volume_size |
| Size of entire volume, including header. | |
| uint32_t | nr_files |
| Number of files in the system. | |
| uint32_t | reserved2 |
| Rereved for future use. | |
Header structure. Holds generic information about the file system.
Definition at line 99 of file tsfs.h.
Number of files in the system.
Definition at line 109 of file tsfs.h.
Referenced by app_files_frame_command_handler(), screen_draw_file_list_from_index(), screen_draw_file_system_info(), tsfs_nr_files(), and tsfs_open().
Size of entire volume, including header.
Definition at line 107 of file tsfs.h.
Referenced by screen_draw_file_system_info(), and tsfs_volume_size().
1.6.3