⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 debug.h

📁 16550 uart debug interface.
💻 H
字号:
// **************************************************************************
// *  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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -