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.

Trouble with pre-made functions in examples

I'm trying to figure out basic things about how the c5505 USBSTICK is initialized, and having a hard time with it. A big problem is these functions that seem to be sprinkled throughout the example code and I cannot find the actual function definitions to see what code it is running. Examples of what I am talking about are:

USBSTK5505_init( );

InitSystem();

SYS_GlobalIntEnable();

reset_RTC();

 

These functions are used in many examples, but when I right click on them in CCS, and click "go to definition" it never finds anything. Where are these functions defined, and better yet, is there documentation on these functions?