FatFs
FATFS::fatbase
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
STM32 Libraries and Samples
FatFs
FATFS::fatbase
FATFS::fatbase field
Syntax
Show:
Summary
Declaration
from
ff.h:121
DWORD
fatbase
;
Examples
References
from
examples
Code
Location
Referrer
DWORD
fatbase
;
/* FAT base sector */
ff.h:121
if
(
wsect
-
fs
->
fatbase
<
fs
->
fsize
)
{
/* Is it in the FAT area? */
ff.c:898
sync_window()
if
(
move_window
(
fs
,
fs
->
fatbase
+
(
bc
/
SS
(
fs
)
)
)
!=
FR_OK
)
break
;
ff.c:1020
get_fat()
if
(
move_window
(
fs
,
fs
->
fatbase
+
(
bc
/
SS
(
fs
)
)
)
!=
FR_OK
)
break
;
ff.c:1022
get_fat()
if
(
move_window
(
fs
,
fs
->
fatbase
+
(
clst
/
(
SS
(
fs
)
/
2
)
)
)
!=
FR_OK
)
break
;
ff.c:1028
get_fat()
if
(
move_window
(
fs
,
fs
->
fatbase
+
(
clst
/
(
SS
(
fs
)
/
4
)
)
)
!=
FR_OK
)
break
;
ff.c:1033
get_fat()
res
=
move_window
(
fs
,
fs
->
fatbase
+
(
bc
/
SS
(
fs
)
)
)
;
ff.c:1095
put_fat()
res
=
move_window
(
fs
,
fs
->
fatbase
+
(
bc
/
SS
(
fs
)
)
)
;
ff.c:1100
put_fat()
res
=
move_window
(
fs
,
fs
->
fatbase
+
(
clst
/
(
SS
(
fs
)
/
2
)
)
)
;
ff.c:1108
put_fat()
res
=
move_window
(
fs
,
fs
->
fatbase
+
(
clst
/
(
SS
(
fs
)
/
4
)
)
)
;
ff.c:1118
put_fat()
fs
->
fatbase
=
bsect
+
nrsv
;
/* FAT start sector */
ff.c:3150
find_volume()
fs
->
dirbase
=
fs
->
fatbase
+
fasize
;
/* Root directory start sector */
ff.c:3159
find_volume()
clst
=
fs
->
n_fatent
;
sect
=
fs
->
fatbase
;
ff.c:4440
f_getfree()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
FATFS::fatbase
is written by 1 function and is read by 5 functions:
find_volume()
All items filtered out
FATFS::fatbase
sync_window()
get_fat()
put_fat()
find_volume()
f_getfree()
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