Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c5760 BYTE sys, /* System ID for each partition (for only MBR) */ argument
5872 pte[PTE_System] = sys; /* System type */
5910 BYTE fsopt, fsty, sys, pdrv, ipart; local
6365 sys = 0x07; /* exFAT */
6367 sys = 0x0C; /* FAT32X */
6369 sys = 0x06; /* FAT12/16 (large) */
6371 sys = 0x04; /* FAT16 */
6373 sys = 0x01; /* FAT12 */
6381 buf[MBR_Table + (ipart - 1) * SZ_PTE + PTE_System] = sys; /* Set system ID */
6387 res = create_partition(pdrv, lba, sys, buf);