FatFS
PTE_SizLba
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
PTE_SizLba
PTE_SizLba macro
Syntax
Show:
Summary
Declaration
from
ff.c:212
#define
PTE_SizLba
12
Examples
References
from
examples
Code
Location
#define
PTE_SizLba
12
/* MBR PTE: Size in LBA */
ff.c:212
st_dword
(
pte
+
PTE_SizLba
,
sz_part32
)
;
/* Number of sectors */
ff.c:5894
sz_vol
=
ld_dword
(
pte
+
PTE_SizLba
)
;
/* Get volume size */
ff.c:6021
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