Home
last modified time | relevance | path

Searched refs:MBR_Table (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c194 #define MBR_Table 446 /* MBR: Offset of partition table in the MBR */ macro
3275 pt = fs->win + (MBR_Table + i * SZ_PTE);
5598 pte = buf + (MBR_Table + (part - 1) * SZ_PTE);
5964 buf[MBR_Table + (part - 1) * SZ_PTE + PTE_System] = sys; /* Set system ID */
5970 pte = buf + MBR_Table; /* Create partition table for single partition in the drive */
6041 p = buf + MBR_Table; b_cyl = 0;