FatFS
BPB_TotSec32
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_TotSec32
BPB_TotSec32 macro
Syntax
Show:
Summary
Declaration
from
diskio_rawflash.c:25
#define
BPB_TotSec32
32
Examples
References
from
examples
Code
Location
#define
BPB_TotSec32
32
diskio_rawflash.c:25
#define
BPB_TotSec32
32
/* Volume size (32-bit) [sector] (DWORD) */
ff.c:111
err
=
esp_partition_read
(
part
,
BPB_TotSec32
,
&
sectors_count_tmp_32
,
sizeof
(
sectors_count_tmp_32
)
)
;
diskio_rawflash.c:52
&&
(
ld_word
(
fs
->
win
+
BPB_TotSec16
)
>=
MIN_FAT12_SEC_VOL
||
ld_dword
(
fs
->
win
+
BPB_TotSec32
)
>=
0x10000
)
/* Properness of volume sectors (>=MIN_FAT12_SEC_VOL) */
ff.c:3324
if
(
tsect
==
0
)
tsect
=
ld_dword
(
fs
->
win
+
BPB_TotSec32
)
;
ff.c:3538
st_dword
(
buf
+
BPB_TotSec32
,
(
DWORD
)
sz_vol
)
;
/* Volume size in 32-bit LBA */
ff.c:6320
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