FatFS
FATFS::fsize
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FATFS::fsize
FATFS::fsize field
Syntax
Show:
Summary
Declaration
from
ff.h:164
DWORD
fsize
;
Examples
References
from
examples
Code
Location
Referrer
DWORD
fsize
;
/* Number of sectors per FAT */
ff.h:164
if
(
fs
->
winsect
-
fs
->
fatbase
<
fs
->
fsize
)
{
/* Is it in the 1st FAT? */
ff.c:1070
sync_window()
if
(
fs
->
n_fats
==
2
)
disk_write
(
fs
->
pdrv
,
fs
->
win
,
fs
->
winsect
+
fs
->
fsize
,
1
)
;
/* Reflect it to 2nd FAT if needed */
ff.c:1071
sync_window()
fs
->
fsize
=
fasize
;
ff.c:3525
mount_volume()
if
(
fs
->
fsize
<
(
szbfat
+
(
SS
(
fs
)
-
1
)
)
/
SS
(
fs
)
)
return
FR_NO_FILESYSTEM
;
/* (BPB_FATSz must not be less than the size needed) */
ff.c:3570
mount_volume()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FATFS::fsize
is written by 1 function and is read by 2 functions:
mount_volume()
All items filtered out
FATFS::fsize
sync_window()
mount_volume()
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