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

PTE_StLba macro

Syntax

#define PTE_StLba 8

References

LocationText
ff.c:450
#define PTE_StLba 8 /* MBR PTE: Start in LBA */
ff.c:3054
br[i] = pt[PTE_System] ? ld_dword(pt + PTE_StLba) : 0;
ff.c:5360
b_vol = ld_dword(pte + PTE_StLba); /* Get volume start sector */
ff.c:5740
st_dword(pte + PTE_StLba, b_vol); /* Start offset in LBA */