FatFS
SZ_PTE
is only used within FatFS.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
FatFS
SZ_PTE
SZ_PTE macro
Syntax
Show:
Summary
Declaration
from
ff.c:202
#define
SZ_PTE
16
Examples
References
from
examples
Code
Location
#define
SZ_PTE
16
/* MBR: Size of a partition table entry */
ff.c:202
mbr_pt
[
i
]
=
ld_dword
(
fs
->
win
+
MBR_Table
+
i
*
SZ_PTE
+
PTE_StLba
)
;
ff.c:3374
pte
+=
SZ_PTE
;
/* Next entry */
ff.c:5911
pte
=
buf
+
(
MBR_Table
+
(
ipart
-
1
)
*
SZ_PTE
)
;
ff.c:6018
buf
[
MBR_Table
+
(
ipart
-
1
)
*
SZ_PTE
+
PTE_System
]
=
sys
;
/* Set system ID */
ff.c:6407
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