This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

请问CC2640R2F的SDK中PIN.h中的函数实体在哪里?

Other Parts Discussed in Thread: CC2640R2F

你好,

在CC2640R2F的SDK中,有PIN.h这样一个文件。

文件中有宏定义和一些外部函数声明,

例如以下外部函数声明。

extern PIN_Status PIN_init(const PIN_Config aPinCfg[]);

extern PIN_Handle PIN_open(PIN_State* pState, const PIN_Config aPinList[])

在整个PIN.h并没有PIN.c这样的文件包含以上函数的实体,

也尝试搜索整个工程项目,也没有这些函数的实体,

请问这些函数的实体是在哪里?

或者说这些函数是被封装在,.lib这样的函数集成库中;

抑或是已经在芯片出厂时被封装在ROM中呢?

x 出现错误。请重试或与管理员联系。