APM:Libraries
Public Attributes | List of all members
FILINFO Struct Reference

#include <ff.h>

Public Attributes

FSIZE_t fsize
 
WORD fdate
 
WORD ftime
 
BYTE fattrib
 
TCHAR fname [12+1]
 

Detailed Description

Definition at line 226 of file ff.h.

Member Data Documentation

◆ fattrib

BYTE FILINFO::fattrib

Definition at line 230 of file ff.h.

Referenced by get_fileinfo(), st_clust(), and stat().

◆ fdate

WORD FILINFO::fdate

Definition at line 228 of file ff.h.

Referenced by f_rename(), get_fileinfo(), st_clust(), stat(), and utime().

◆ fname

TCHAR FILINFO::fname[12+1]

Definition at line 235 of file ff.h.

Referenced by f_close(), f_findnext(), get_fileinfo(), readdir(), and st_clust().

◆ fsize

FSIZE_t FILINFO::fsize

Definition at line 227 of file ff.h.

Referenced by get_fileinfo(), st_clust(), and stat().

◆ ftime

WORD FILINFO::ftime

Definition at line 229 of file ff.h.

Referenced by f_rename(), get_fileinfo(), st_clust(), stat(), and utime().


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