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.

IAR打开CC2540工程文件,某些函数找不到定义

Other Parts Discussed in Thread: CC2540

IAR打开CC2540工程文件,某些函数打不开,就是右键Go to definition of 函数名,无法跳转到该函数。ctrl+shift+F 查找 全部文件,也只发现是几处地方引用该函数而已,没有改函数的定义。

是不是有些函数的定义是用户无法打开的,看不到具体定义,比如函数 :

extern bStatus_t   GATT_Notification( uint16 connHandle, attHandleValueNoti_t *pNoti,uint8 authenticated );

该函数就是从机通知响应函数,但无从找到其定义