Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/fatfs/src/
Dff.c200 #define PTE_System 4 /* MBR PTE: System ID */ macro
3276 br[i] = pt[PTE_System] ? ld_dword(pt + PTE_StLba) : 0;
5599 if (pte[PTE_System] == 0) LEAVE_MKFS(FR_MKFS_ABORTED); /* No partition? */
5964 buf[MBR_Table + (part - 1) * SZ_PTE + PTE_System] = sys; /* Set system ID */
5975 pte[PTE_System] = sys; /* System type */