Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/platform/uf2/
A Dbootuf2.c106 static struct bootuf2_data bootuf2_disk = { variable
253 ctx = &bootuf2_disk; in bootuf2_init()
265 ctx = &bootuf2_disk; in boot2uf2_read_sector()
410 ctx = &bootuf2_disk; in bootuf2_write_sector()
446 return bootuf2_disk.DBR->BPB.BytesPerSector; in bootuf2_get_sector_size()
451 return bootuf2_disk.DBR->BPB.SectorsOver32MB + bootuf2_disk.DBR->BPB.Sectors; in bootuf2_get_sector_count()
456 if (bootuf2block_state_check(bootuf2_disk.STATE)) { in bootuf2_is_write_done()
457 bootuf2_flash_flush(&bootuf2_disk); in bootuf2_is_write_done()

Completed in 5 milliseconds