Home
last modified time | relevance | path

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

/fatfs-2.7.6/
Dff.c5662 BYTE sys, /* System ID (for only MBR, temp setting) */ argument
5774 pte[PTE_System] = sys; /* System type */
5812 BYTE fsopt, fsty, sys, *buf, *pte, pdrv, ipart; local
6261 sys = 0x07; /* exFAT */
6264 sys = 0x0C; /* FAT32X */
6267 sys = 0x06; /* FAT12/16 (large) */
6269 sys = (fsty == FS_FAT16) ? 0x04 : 0x01; /* FAT16 : FAT12 */
6279 buf[MBR_Table + (ipart - 1) * SZ_PTE + PTE_System] = sys; /* Set system ID */
6285 fr = create_partition(pdrv, lba, sys, buf);