Searched refs:SectorsPerFAT (Results 1 – 2 of 2) sorted by relevance
66 uint16_t SectorsPerFAT; member150 #define BOOTUF2_SECTOR_FAT_END(pDBR) BOOTUF2_SECTOR_RSVD_END(pDBR) + (pDBR->BPB.SectorsPerFAT * pDB…
71 .SectorsPerFAT = BOOTUF2_SECTORS_PER_FAT(0),285 while (sector_relative >= ctx->DBR->BPB.SectorsPerFAT) { in boot2uf2_read_sector()286 sector_relative -= ctx->DBR->BPB.SectorsPerFAT; in boot2uf2_read_sector()
Completed in 3 milliseconds