PTE_System is only used within FatFs.
 
Symbols
loading...
Files
loading...

PTE_System macro

Syntax

#define PTE_System 4

References

LocationText
ff.c:446
#define PTE_System 4 /* MBR PTE: System ID */
ff.c:3054
br[i] = pt[PTE_System] ? ld_dword(pt + PTE_StLba) : 0;
ff.c:5359
if (!pte[PTE_System]) return FR_MKFS_ABORTED; /* No partition? */
ff.c:5724
buf[MBR_Table + (part - 1) * SZ_PTE + PTE_System] = sys; /* Set system ID */
ff.c:5735
pte[PTE_System] = sys; /* System type */