Home
last modified time | relevance | path

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

/components/drivers/usb/cherryusb/platform/uf2/
A Dbootuf2.c327 int remain_entries = BOOTUF2_ENTRY_PER_SECTOR(ctx->DBR); in boot2uf2_read_sector()
340 file_index_first = sector_relative * BOOTUF2_ENTRY_PER_SECTOR(ctx->DBR) - 1; in boot2uf2_read_sector()
A Dbootuf2.h146 #define BOOTUF2_ENTRY_PER_SECTOR(pDBR) (pDBR->BPB.BytesPerSector / sizeof(struct bootuf2_ENTRY)) macro

Completed in 5 milliseconds