Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/fatfs/src/
Dff.c112 #define BS_55AA 510 /* Signature word (WORD) */ macro
1107 st_word(fs->win + BS_55AA, 0xAA55); in sync_fs()
3195 …if (ld_word(fs->win + BS_55AA) != 0xAA55) return 3; /* Check boot record signature (always here re…
3415 if (ld_word(fs->win + BS_55AA) == 0xAA55 /* Load FSInfo data if available */
5597 if (ld_word(buf + BS_55AA) != 0xAA55) LEAVE_MKFS(FR_MKFS_ABORTED); /* Check if MBR is valid */
5766 st_word(buf + BS_55AA, 0xAA55); /* Signature (placed here regardless of sector size) */
5900 …st_word(buf + BS_55AA, 0xAA55); /* Signature (offset is fixed here regardless of sector size) …
5911 st_word(buf + BS_55AA, 0xAA55);
5969 st_word(buf + BS_55AA, 0xAA55); /* MBR signature */