Holds information about a specific file within a file system. More...
#include <tsfs.h>
Data Fields | |
| uint32_t | start |
| Address in storage where file starts. | |
| uint32_t | end |
| Address in storage where file ends. | |
| uint32_t | cursor |
| Pointer to next data to be read. | |
Holds information about a specific file within a file system.
Definition at line 87 of file tsfs.h.
Pointer to next data to be read.
Definition at line 93 of file tsfs.h.
Referenced by tsfs_open(), tsfs_read(), and tsfs_seek().
Address in storage where file ends.
Definition at line 91 of file tsfs.h.
Referenced by tsfs_get_file_size(), tsfs_open(), tsfs_read(), and tsfs_seek().
Address in storage where file starts.
Definition at line 89 of file tsfs.h.
Referenced by tsfs_get_file_size(), tsfs_open(), and tsfs_seek().
1.6.3