Searched refs:page_index_end (Results 1 – 1 of 1) sorted by relevance
314 uint16_t page_index_end; in sam_flash_unlock_page() local319 page_index_end = page_index_start + (info->size / SAM_FLASH_WRITE_PAGE_SIZE); in sam_flash_unlock_page()321 for (uint16_t i = page_index_start; i < page_index_end; i++) { in sam_flash_unlock_page()