FatFS
FATFS::database
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FATFS::database
FATFS::database field
Syntax
Show:
Summary
Declaration
from
ff.h:168
LBA_t
database
;
Examples
References
from
examples
Code
Location
Referrer
LBA_t
database
;
/* Data base sector */
ff.h:168
return
fs
->
database
+
(
LBA_t
)
fs
->
csize
*
clst
;
/* Start sector number of the cluster */
ff.c:1156
clst2sect()
fs
->
database
=
bsect
+
sysect
;
/* Data start sector */
ff.c:3558
mount_volume()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FATFS::database
is written by 1 function and is read by 1 function:
mount_volume()
All items filtered out
FATFS::database
clst2sect()
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