Raw device file descriptor. More...
#include <rawfs.h>
Data Fields | |
| uint32_t | f_mode |
| File open mode flags. | |
| uint32_t | f_pos |
| Current position into the file. | |
| uint32_t | f_sect_num |
| Current sector. | |
| size_t | f_sect_pos |
| Current position within sector. | |
| uint8_t * | f_sect_buf |
| Sector buffer. | |
Raw device file descriptor.
File open mode flags.
Referenced by RawFsFileOpen().
Current position into the file.
Referenced by RawFsFileRead(), and RawFsFileWrite().
Current sector.
Referenced by RawFsFileRead(), and RawFsFileWrite().
| size_t _RAWFILE::f_sect_pos |
Current position within sector.
Referenced by RawFsFileRead(), and RawFsFileWrite().
Sector buffer.