📄 nf_global.h
字号:
#ifndef __NF_GLOBAL_H__
#define __NF_GLOBAL_H__
#include "def.h"
#include "44b.h"
#include "fat16.h"
#include "fs.h"
#include "StrTool.h"
#include "nandflash.h"
#define MSB(x) (((x) >> 8) & 0xFF)
#define LSB(x) ((x) & 0xFF)
extern void printf(char *f, ...);
extern U8 g_NFBuf[NFBLOCKSIZE]; //16384
extern U8 CacheBuf1[NFPAGESIZE * 2];
extern U8 CacheBuf2[NFPAGESIZE * 2];
extern FILESERREADER fileHandle1;
extern FILESERREADER fileHandle2;
volatile extern unsigned long g_NFBufAddr;
extern U8 System[] ;
extern U8 Prog[] ;
extern U8 String_FAT16[] ;
extern U8 String_OEM[] ;
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -