Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c195 #define SZ_PTE 16 /* MBR: Size of a partition table entry */ 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 */
6042 for (i = 0; i < 4; i++, p += SZ_PTE) {