gos_file_system_stats_t Struct Reference

Statistics about the file system. More...

Data Fields

uint32_t file_count
 Number of files on the file system (based on the memory type, e.g. extended or bulk)
 
uint32_t bytes_available
 Number of bytes available for files.
 
uint32_t bytes_used
 Number of bytes used by current files.
 
uint32_t total_size
 Total size (in bytes) of the flash memory type, e.g. extended or bulk)
 

Detailed Description

Statistics about the file system.

Examples:
file/file_list/main.c.