Home
last modified time | relevance | path

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

/fatfs-latest/
Dff.c116 #define BS_55AA 510 /* Boot signature (WORD, for VBR and MBR) */ macro
3318 sign = ld_word(fs->win + BS_55AA);
5851 st_word(buf + BS_55AA, 0xAA55);
5891 st_word(buf + BS_55AA, 0xAA55); /* MBR signature */
5969 if (ld_word(buf + BS_55AA) != 0xAA55) LEAVE_MKFS(FR_MKFS_ABORTED); /* Check if MBR is valid */
6179 st_word(buf + BS_55AA, 0xAA55); /* Signature (placed here regardless of sector size) */
6316 …st_word(buf + BS_55AA, 0xAA55); /* Signature (offset is fixed here regardless of sector size) …
6327 st_word(buf + BS_55AA, 0xAA55);