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.

找不到数组定义文件



在starterware工程中,使用/soc/am43xx_prcm.c文件时,文件中有程序如下:

extern const prcmModule_t prcmModuleElems[];
extern const prcmClkDomain_t prcmClockDomainElems[];
extern const prcmPowerDomain_t prcmPowerDomainElems[];
extern const ag_node prcmNodes[];

程序位于67-70行。

上述程序中prcmModuleElems、prcmClockDomainElems、prcmPowerDomainElems的定义文件找不到。按住Ctrl键并单击,没有相应的定义文件打开。请问如何查看上述三个量的定义文件?

谢谢指点。