Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/platform/uf2/
A Dbootuf2.h66 uint16_t SectorsPerFAT; member
150 #define BOOTUF2_SECTOR_FAT_END(pDBR) BOOTUF2_SECTOR_RSVD_END(pDBR) + (pDBR->BPB.SectorsPerFAT * pDB…
A Dbootuf2.c71 .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