Loading...
Searching...
No Matches
fatfs_desc Struct Reference

FatFs instance descriptor. More...

Detailed Description

FatFs instance descriptor.

Definition at line 77 of file fatfs.h.

#include <fatfs.h>

Data Fields

FATFS fat_fs
 FatFs work area needed for each volume.
 
mtd_dev_tdev
 MTD device to use.
 
uint8_t vol_idx
 low level device that is used by FatFs
 
char abs_path_str_buff [FATFS_MAX_ABS_PATH_SIZE]
 most FatFs file operations need an absolute path.
 

Field Documentation

◆ abs_path_str_buff

char fatfs_desc::abs_path_str_buff[FATFS_MAX_ABS_PATH_SIZE]

most FatFs file operations need an absolute path.

This buffer provides static memory to circumvent stack allocation within vfs-wrappers

Definition at line 84 of file fatfs.h.

◆ dev

mtd_dev_t* fatfs_desc::dev

MTD device to use.

Definition at line 79 of file fatfs.h.

◆ fat_fs

FATFS fatfs_desc::fat_fs

FatFs work area needed for each volume.

Definition at line 78 of file fatfs.h.

◆ vol_idx

uint8_t fatfs_desc::vol_idx

low level device that is used by FatFs

Definition at line 80 of file fatfs.h.


The documentation for this struct was generated from the following file: