FatFS
BPB_TotSec16
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_TotSec16
BPB_TotSec16 macro
Syntax
Show:
Summary
Declaration
from
diskio_rawflash.c:24
#define
BPB_TotSec16
19
Examples
References
from
examples
Code
Location
#define
BPB_TotSec16
19
diskio_rawflash.c:24
#define
BPB_TotSec16
19
/* Volume size (16-bit) [sector] (WORD) */
ff.c:105
err
=
esp_partition_read
(
part
,
BPB_TotSec16
,
&
sectors_count_tmp_16
,
sizeof
(
sectors_count_tmp_16
)
)
;
diskio_rawflash.c:44
&&
(
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
tsect
=
ld_word
(
fs
->
win
+
BPB_TotSec16
)
;
/* Number of sectors on the volume */
ff.c:3537
st_word
(
buf
+
BPB_TotSec16
,
(
WORD
)
sz_vol
)
;
/* Volume size in 16-bit LBA */
ff.c:6318
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