FatFS
BPB_FATSz32
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
BPB_FATSz32
BPB_FATSz32 macro
Syntax
Show:
Summary
Declaration
from
ff.c:121
#define
BPB_FATSz32
36
Examples
References
from
examples
Code
Location
#define
BPB_FATSz32
36
/* FAT32: FAT size [sector] (DWORD) */
ff.c:121
if
(
fasize
==
0
)
fasize
=
ld_dword
(
fs
->
win
+
BPB_FATSz32
)
;
ff.c:3524
st_dword
(
buf
+
BPB_FATSz32
,
sz_fat
)
;
/* FAT size [sector] */
ff.c:6328
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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