FatFS
MBR_Table
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
MBR_Table
MBR_Table macro
Syntax
Show:
Summary
Declaration
from
ff.c:201
#define
MBR_Table
446
Examples
References
from
examples
Code
Location
#define
MBR_Table
446
/* MBR: Offset of partition table in the MBR */
ff.c:201
mbr_pt
[
i
]
=
ld_dword
(
fs
->
win
+
MBR_Table
+
i
*
SZ_PTE
+
PTE_StLba
)
;
ff.c:3374
pte
=
buf
+
MBR_Table
;
/* Partition table in the MBR */
ff.c:5886
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