debug.h
来自「16550 uart debug interface.」· C头文件 代码 · 共 24 行
H
24 行
// **************************************************************************
// * Copyright (C) L.K, Arista Taiwan *
// * File Name : debug.h *
// * Desc : modul program *
// * Designed : Louis K. Date:07-22-2004 *
// **************************************************************************
void Init16550(void);
int myprintf(char *, ...);
void InitDebug(void);
void DebugISR(void);
int HeadInfo(void);
//---------------------------------------------------------------------------
typedef int VDebugProc(int argc, char *argv[]);
typedef void VPROC(void);
typedef struct {
char *stgCmd;
char *stgNote;
VDebugProc *vproc;
} sDebugRecord;
//int HelpInfo(void);
//void InitDebug(void);
//void DebugISR(void);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?