Searched refs:file_index_first (Results 1 – 1 of 1) sorted by relevance
329 uint32_t file_index_first; in boot2uf2_read_sector() local337 file_index_first = 0; in boot2uf2_read_sector()340 file_index_first = sector_relative * BOOTUF2_ENTRY_PER_SECTOR(ctx->DBR) - 1; in boot2uf2_read_sector()343 for (uint32_t idx = file_index_first; in boot2uf2_read_sector()
Completed in 2 milliseconds