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

📄 readandwrite.c

📁 ucos在NEC平台下的移植
💻 C
字号:
#include"includes.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 *a,void *b)
{
 printf("You read out the neighbor record!\n");
}
void WriteNeighborRecordIntoROM(void *a, void *b)
{
 printf("You write the neighbor record into ROM!\n");
}
void WriteNeighborTableInfoIntoROM()
{
 printf("You write the neighbor table information into ROM!\n");
}
void ReadRoutingEntryIntoRAM(void *a, void *b)
{
 printf("You read out the routing entry information!\n");
}

BYTE * GetMACAddress()
{
 BYTE *longAddress=NULL;
 //殠貕鄷幰媍崫妅泿螘幏歜拵獢幫媤泿

⌨️ 快捷键说明

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