FatFS
f_getfree()
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
f_getfree()
f_getfree() function
Syntax
Show:
Summary
Declaration
Definition
from
ff.h:333
FRESULT
f_getfree
(
const
TCHAR
*
path
,
DWORD
*
nclst
,
FATFS
*
*
fatfs
)
;
Implemented in
ff.c:4857
Arguments
Argument
path
nclst
fatfs
Examples
References
from
examples
Code
Location
Referrer
FRESULT
f_getfree
(
ff.c:4857
FRESULT
f_getfree
(
const
TCHAR
*
path
,
DWORD
*
nclst
,
FATFS
*
*
fatfs
)
;
/* Get number of free clusters on the drive */
ff.h:333
int
res
=
f_getfree
(
path
,
&
free_clusters
,
&
fs
)
;
vfs_fat.c:262
esp_vfs_fat_info()
Call Tree
from
examples
f_getfree()
is called by 1 function and calls 6 functions:
esp_vfs_fat_info()
All items filtered out
f_getfree()
mount_volume()
get_fat()
move_window()
ld_word()
ld_dword()
unlock_volume()
All items filtered out
Data Use
from
examples
f_getfree()
reads 10 variables and writes 3 variables:
FRESULT::FR_OK
FRESULT::FR_DISK_ERR
FRESULT::FR_INT_ERR
FATFS::fs_type
FATFS::fsi_flag
FATFS::ssize
FATFS::free_clst
FATFS::n_fatent
FATFS::fatbase
FATFS::win
All items filtered out
f_getfree()
FATFS::fsi_flag
FATFS::free_clst
FFOBJID::fs
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out