exbinfo.c
来自「M-System DOC(Disk on a Chip) Flash芯片的诊断工」· C语言 代码 · 共 33 行
C
33 行
#include "unitinc.h"
#include "exbinfo.h"
/* Only SPL size is the diffrence between the spl and tffs */
#define SPL_TFFS_GAP_DOC2000TSOP 7*1024
/* SPL size + Socket Services in multiplay * 2 is the diffrence */
#define SPL_TFFS_GAP_DOC2000 18*1024
/* SPL size + Socket Services is the diffrence */
#define SPL_TFFS_GAP_MDOC 9*1024
/* Only SPL size is the diffrence between the spl and tffs */
#define SPL_TFFS_GAP_MDOCP 10*1024
FLStatus DINFO_EXB()
{
DinfoPrint( EX_TEXT(" EXB INFO.\n") );
ExPrintLine( 11 );
DinfoPrint( EX_TEXT(" EXB information is not supported.\n") );
return flOK;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?