I am using CCS v4.2.
I want to look for a description of API or Function privided from CCS.
I can find out API declaration and go header, but can't find out that's description anywhere.
for example, "extern LgUns CLK_countspms(Void)"
It is declared in clk.h, What is LgUns? What is CLK_countspms()?
I don't understand Why TI makes CCS like this.
This way is very hard to use this program.
At least, Declaration, Description, Parameters...

