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

MBR_Table macro

Syntax

#define MBR_Table 446

References

LocationText
ff.c:440
#define MBR_Table 446 /* MBR: Offset of partition table in the MBR */
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 */
ff.c:5730
pte = buf + MBR_Table; /* Create partition table for single partition in the drive */