FatFS
PTE_StLba
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
PTE_StLba
PTE_StLba macro
Syntax
Show:
Summary
Declaration
from
ff.c:211
#define
PTE_StLba
8
Examples
References
from
examples
Code
Location
#define
PTE_StLba
8
/* MBR PTE: Start in LBA */
ff.c:211
mbr_pt
[
i
]
=
ld_dword
(
fs
->
win
+
MBR_Table
+
i
*
SZ_PTE
+
PTE_StLba
)
;
ff.c:3374
st_dword
(
pte
+
PTE_StLba
,
nxt_alloc32
)
;
/* Start LBA */
ff.c:5893
b_vol
=
ld_dword
(
pte
+
PTE_StLba
)
;
/* Get volume start sector */
ff.c:6020
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