mikroSDK Reference Manual
|
File Data Structure. More...
Data Fields | |
logical_drive_t * | logical_drive |
fs_file_t | fs_file |
The struct is used to link file system specific file data structure fs_file
, to the logical drive struct where the file is located. It is used as identifier for the directory in File Access API functions.
logical_drive_t* file_t::logical_drive |
A pointer to base Logical drive structure where the file is located. See logical_drive_t for detailed explanation.
fs_file_t file_t::fs_file |
File data structure specific to the particular file system in which logical_drive
is initialized.