Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/platform/uf2/
A Dbootuf2.c48 const struct bootuf2_DBR *const DBR; member
107 .DBR = &bootuf2_DBR,
268 memset(buff, 0, ctx->DBR->BPB.BytesPerSector); in boot2uf2_read_sector()
274 memcpy(buff, ctx->DBR, sizeof(struct bootuf2_DBR)); in boot2uf2_read_sector()
286 sector_relative -= ctx->DBR->BPB.SectorsPerFAT; in boot2uf2_read_sector()
295 i < BOOTUF2_FAT16_PER_SECTOR(ctx->DBR); in boot2uf2_read_sector()
305 buff[0] = ctx->DBR->BPB.MediaDescriptor; in boot2uf2_read_sector()
400 buff += ctx->DBR->BPB.BytesPerSector; in boot2uf2_read_sector()
438 buff += ctx->DBR->BPB.BytesPerSector; in bootuf2_write_sector()
446 return bootuf2_disk.DBR->BPB.BytesPerSector; in bootuf2_get_sector_size()
[all …]

Completed in 4 milliseconds