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

📄 mem.nc

📁 IEEE802.15.4标准下的基于ZIGBEE协议栈的物理及链路层的代码
💻 NC
字号:
/** * **/#include "ZBTYPES.h"interface Mem {	async command error_t malloc(mem_head_t** p, uint8_t size);	async command error_t free(mem_head_t* p);	async command uint8_t getSize(mem_head_t* p);	async command uint8_t getCurrentPos(mem_head_t* p);	async command error_t setCurrentPos(mem_head_t* p, uint8_t pos);	async command void dumpMem();}

⌨️ 快捷键说明

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