打印
[PIC®/AVR®/dsPIC®产品]

C30中 DataEEPROM.h中调用的外部函数存在哪?

[复制链接]
579|0
手机看帖
扫描二维码
随时随地手机跟帖
跳转到指定楼层
楼主
tulufan234|  楼主 | 2015-12-25 15:59 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
/*
* ReadEErow prototype:
* Parameters Definition:
* Page:        is the 8 most significant bits of the source address in EEPROM
* Offset:      is 16 least significant bits of the source address in EEPROM
* DataOut:     is the 16-bit address of the destination RAM location or array
* Size:        is the number of words to read from EEPROM and is a value of 1 or 16
* Return Value:
* Function returns ERROREE (or -1) if Size is invalid
*/
extern int ReadEE(int Page, int Offset, int* DataOut, int Size);

一直找不到这个外部函数的具体程序。
发新帖 我要提问
您需要登录后才可以回帖 登录 | 注册

本版积分规则

3

主题

8

帖子

0

粉丝