mikroSDK Reference Manual
fatfs_logical_drive_t Struct Reference

FatFs Logical Drive. More...

Data Fields

logical_drive_t base
 
FATFS fatfs
 

Detailed Description

Keeps track of relevant data for the logical drive, FatFs filesystem, and calling correct FatFs APIs. It is derived from logical_drive_t struct.

Field Documentation

◆ base

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 fatfs_logical_drive_t::fatfs

FatFs File System Logical Drive Structure, keeps all the relevant data specific to the FatFS logical drive implementation.