?? flash.h
字號:
// This file is part of MANTIS OS, Operating System// See http://mantis.cs.colorado.edu///// Copyright (C) 2003-2005 University of Colorado, Boulder//// This program is free software; you can redistribute it and/or// modify it under the terms of the mos license (see file LICENSE)#ifndef __FLASH_H__#define __FLASH_H__#include <inttypes.h>#include "shell.h"int8_t read_flash(char *arg);int read_fuses(char *arg);int write_image(char *image, int len, update_callback callback_func);int send_address(uint16_t addr);int check_recv (int code);#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -