flash_template.h

来自「umon bootloader source code, support mip」· C头文件 代码 · 共 17 行

H
17
字号
extern int Flashtemplate_erase(struct flashinfo *fdev,int snum);
extern void EndFlashtemplate_erase(void);

extern int Flashtemplate_write(struct flashinfo *fdev,
	unsigned char *dest,unsigned char *src,long bytecnt);
extern void EndFlashtemplate_write(void);

extern int Flashtemplate_ewrite(struct flashinfo *fdev,
	unsigned char *dest,unsigned char *src,long bytecnt);
extern void EndFlashtemplate_ewrite(void);

extern int Flashtemplate_lock(struct flashinfo *fdev,int snum,int operation);
extern void EndFlashtemplate_lock(void);

extern int Flashtemplate_type(struct flashinfo *fdev);
extern void EndFlashtemplate_type(void);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?