[][src]Function probe_rs::flash::download::download_file_with_progress_reporting

pub fn download_file_with_progress_reporting(
    session: &Session,
    path: &Path,
    format: Format,
    memory_map: &[MemoryRegion],
    progress: &FlashProgress
) -> Result<(), FileDownloadError>

Downloads a file at path into flash.