FatFs + 0/53 examples
CodeScope will show references to FILINFO from the following samples and libraries:
Examples
STM32F411RE-Nucleo
STM32F413ZH-Nucleo
Applications
USB_Host
STM32F429ZI-Nucleo
Applications
USB_Host
STM32446E_EVAL
Demonstrations
Applications
Audio
USB_Host
STM32469I-Discovery
Demonstrations
Applications
Audio
Display
USB_Host
STM32469I_EVAL
Demonstrations
Applications
Audio
Display
USB_Host
STM324xG_EVAL
Demonstrations
Applications
USB_Host
STM32F412G-Discovery
Demonstrations
Applications
Display
USB_Host
STM32F413H-Discovery
Demonstrations
Applications
Display
USB_Host
STM32F429I-Discovery
Demonstrations
Applications
Display
USB_Host
STM324x9I_EVAL
Applications
Audio
Display
USB_Host
Demonstrations
STemWin
STM32F412ZG-Nucleo
Applications
USB_Host
STM32F446ZE-Nucleo
Applications
USB_Host
 
Symbols
loading...
Files
loading...

FILINFO struct

Syntax

typedef struct {     FSIZE_t    fsize;                 WORD    fdate;                 WORD    ftime;                 BYTE    fattrib;         #if _USE_LFN != 0     TCHAR    altname[13];                 TCHAR    fname[_MAX_LFN + 1];     #else     TCHAR    fname[13];         #endif } FILINFO;

Fields

fsize

No summary provided. Read more...

fdate

No summary provided. Read more...

ftime

No summary provided. Read more...

fattrib

No summary provided. Read more...

altname

No summary provided. Read more...

fname

No summary provided. Read more...

Examples

FILINFO is referenced by 53 libraries and example projects.

References

LocationReferrerScopeText
ff.h:197
typedef struct {
ff.h:208
ff.c:2446get_fileinfo()::fnoget_fileinfo()
FILINFO* fno /* Pointer to the file information to be filled */
ff.c:4267f_readdir()::fnof_readdir()
FILINFO* fno /* Pointer to file information to return */
ff.c:4303f_findnext()::fnof_findnext()
FILINFO* fno /* Pointer to the file information structure */
ff.c:4328f_findfirst()::fnof_findfirst()
FILINFO* fno, /* Pointer to the file information structure */
ff.c:4355f_stat()::fnof_stat()
FILINFO* fno /* Pointer to file information to return */
ff.h:208FILINFO
ff.h:251f_readdir()::fnof_readdir()
FRESULT f_readdir (DIR* dp, FILINFO* fno); /* Read a directory item */
ff.h:252f_findfirst()::fnof_findfirst()
FRESULT f_findfirst (DIR* dp, FILINFO* fno, const TCHAR* path, const TCHAR* pattern); /* Find first file */
ff.h:253f_findnext()::fnof_findnext()
FRESULT f_findnext (DIR* dp, FILINFO* fno); /* Find next file */
ff.h:257f_stat()::fnof_stat()
FRESULT f_stat (const TCHAR* path, FILINFO* fno); /* Get file status */
ff.h:259f_utime()::fnof_utime()
FRESULT f_utime (const TCHAR* path, const FILINFO* fno); /* Change timestamp of a file/dir */

Type Use

all items filtered out
FILINFO
all items filtered out