Loading...
Searching...
No Matches
fatfs_file_desc Struct Reference

FatFs file instance descriptor. More...

Detailed Description

FatFs file instance descriptor.

Definition at line 90 of file fatfs.h.

#include <fatfs.h>

Data Fields

FIL file
 FatFs work area for a single file.
 
char fname [VFS_NAME_MAX+1]
 name of the file (e.g.
 

Field Documentation

◆ file

FIL fatfs_file_desc::file

FatFs work area for a single file.

Definition at line 91 of file fatfs.h.

◆ fname

char fatfs_file_desc::fname[VFS_NAME_MAX+1]

name of the file (e.g.

f_stat uses filename instead of FIL)

Definition at line 92 of file fatfs.h.


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