FatFS
FATFS::volbase
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::volbase
FATFS::volbase field
Syntax
Show:
Summary
Declaration
from
ff.h:165
LBA_t
volbase
;
Examples
References
from
examples
Code
Location
Referrer
LBA_t
volbase
;
/* Volume base sector */
ff.h:165
fs
->
winsect
=
fs
->
volbase
+
1
;
/* Write it into the FSInfo sector (Next to VBR) */
ff.c:1130
sync_fs()
fs
->
volbase
=
bsect
;
/* Volume start sector */
ff.c:3556
mount_volume()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FATFS::volbase
is written by 1 function and is read by 1 function:
mount_volume()
All items filtered out
FATFS::volbase
sync_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