Searched refs:cluster_absolute_first (Results 1 – 1 of 1) sorted by relevance
290 uint16_t cluster_absolute_first = sector_relative * in boot2uf2_read_sector() local294 for (uint16_t i = 0, cluster_absolute = cluster_absolute_first; in boot2uf2_read_sector()314 if (cluster_file_last >= cluster_absolute_first) { in boot2uf2_read_sector()315 uint16_t idx = cluster_file_last - cluster_absolute_first; in boot2uf2_read_sector()
Completed in 3 milliseconds