📄 flashdev.h
字号:
/* flashdev.h:
Header file for use with 28F640 for 16 bit mode.
*/
#define FLASH_TIMEOUT 1000000
#define FLASHFUNCSIZE 320
/* Manufacturer and device ids... */
#define INTEL28F640 0x150089
#define INTEL28F320 0x140089
#define Fwrite(to,frm) (*(ftype *)to = *(ftype *)frm)
#define Is_Equal(p1,p2) (*(ftype *)p1 == *(ftype *)p2)
#define Is_Not_Equal(p1,p2) (*(ftype *)p1 != *(ftype *)p2)
#define NotAligned(ptr) ((long)ptr & 1)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -