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

SZ_PTE macro

Syntax

#define SZ_PTE 16

References

LocationText
ff.c:441
#define SZ_PTE 16 /* MBR: Size of a partition table entry */
ff.c:3053
pt = fs->win + (MBR_Table + i * SZ_PTE);
ff.c:5358
pte = buf + (MBR_Table + (part - 1) * SZ_PTE);
ff.c:5724
buf[MBR_Table + (part - 1) * SZ_PTE + PTE_System] = sys; /* Set system ID */