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

📄 readandwrite.h

📁 ucos在NEC平台下的移植
💻 H
字号:
#ifndef READANDWRITE_H
#define  READANDWRITE_H
//we are developing on chip,so some records are stored on the ROM segment
//we need read them into RAM in some scenario
void ReadNeighborRecordIntoRAM(void *,void *);
void WriteNeighborRecordIntoROM(void *, void *);
void WriteNeighborTableInfoIntoROM();
void ReadRoutingEntryIntoRAM(void *,void *);
BYTE * GetMACAddress();
void WriteRoutingEntryToROM(void *,void *);

#endif

⌨️ 快捷键说明

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