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

📄 board_reg.h

📁 在潜入市linux 下烧写vivi的原代码 arm上成功执行
💻 H
字号:
/*board_reg.h*/#ifndef  _BOARD_REG_H#define  _BOARD_REG_H#include <stdlib.h>#include <stdio.h>#include <stdarg.h>#include <fcntl.h>#include <time.h>#include <sys/types.h>#include <sys/timeb.h>#include <string.h>/*******************************************///void Int_to_Asc(int var,char *str);int send_Result(char *);//void clear_Debug_Info();void log_Debug_Info(char *);void printf_Debug_Info(char *fmt, ...);//int SetTestId(char*);//int SetTopBoardId(char*);//int SetTopBoardVer(char*);//int InitLogDir();//unsigned int sey_memcpy(char*,char*,char,unsigned int);#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -