flashreport_define.h
来自「Nand Flash (SAMSUNG_K9K1G08U0B) boot loa」· C头文件 代码 · 共 13 行
H
13 行
#ifndef __FLASHREPORT_DEFINE_H_
#define __FLASHREPORT_DEFINE_H_
#include <common/types.h>
#include <common/message.h>
#define REPORT_ERROR_ERASE 1
#define REPORT_ERROR_PROGEAM 2
#define REPORT_ERROR_VERIFY 3
#define REPORT_ERROR_TIMEOUT 4
#define REPORT_ERROR_STOP 5
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?