readandwrite.c

来自「ucos在NEC平台下的移植」· C语言 代码 · 共 25 行

C
25
字号
#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 + =
减小字号Ctrl + -
显示快捷键?