mikroSDK Reference Manual
|
FatFs Logical Drive. More...
Data Fields | |
logical_drive_t | base |
FATFS | fatfs |
Keeps track of relevant data for the logical drive, FatFs filesystem, and calling correct FatFs APIs. It is derived from logical_drive_t struct.
logical_drive_t fatfs_logical_drive_t::base |
Logical Drive base structure. It identifies and represents fatfs_logical_drive_t
in files system API functions
FATFS fatfs_logical_drive_t::fatfs |
FatFs File System Logical Drive Structure, keeps all the relevant data specific to the FatFS logical drive implementation.