FatFS
FATFS::dirbase
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
FATFS::dirbase
FATFS::dirbase field
Syntax
Show:
Summary
Declaration
from
ff.h:167
LBA_t
dirbase
;
Examples
References
from
examples
Code
Location
Referrer
LBA_t
dirbase
;
/* Root directory base sector (FAT12/16) or cluster (FAT32/exFAT) */
ff.h:167
clst
=
(
DWORD
)
fs
->
dirbase
;
ff.c:1717
dir_sdi()
dp
->
sect
=
fs
->
dirbase
;
ff.c:1723
dir_sdi()
fs
->
dirbase
=
ld_dword
(
fs
->
win
+
BPB_RootClus32
)
;
/* Root directory start cluster */
ff.c:3562
mount_volume()
fs
->
dirbase
=
fs
->
fatbase
+
fasize
;
/* Root directory start sector */
ff.c:3566
mount_volume()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FATFS::dirbase
is written by 1 function and is read by 1 function:
mount_volume()
All items filtered out
FATFS::dirbase
dir_sdi()
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