FatFS
PTE_System
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_System
PTE_System macro
Syntax
Show:
Summary
Declaration
from
ff.c:207
#define
PTE_System
4
Examples
References
from
examples
Code
Location
#define
PTE_System
4
/* MBR PTE: System ID */
ff.c:207
pte
[
PTE_System
]
=
sys
;
/* System type */
ff.c:5895
if
(
ipart
>
4
||
pte
[
PTE_System
]
==
0
)
LEAVE_MKFS
(
FR_MKFS_ABORTED
)
;
/* No partition? */
ff.c:6019
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