fatfs_desc Struct Reference

FatFs instance descriptor. More...

Detailed Description

FatFs instance descriptor.

Definition at line 55 of file fatfs.h.

#include <fatfs.h>

Data Fields

FATFS fat_fs
 FatFs work area needed for each volume.
 
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. More...
 

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 61 of file fatfs.h.


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