In code warrior PE, there is a list for "Components" "PDD";
In "PDD", there are a number of lists, such as "ADC0" "ADC1" ..... ;
each one has a some "Blue" color lists for functions, for example there is a function "ADC_PDD_GetContinuousMode", how can I find the contents for this function?
in other word, how can I get the details for:
uint32_t ADC_PDD_GetContinuousMode(XX, XX )
{
....
...
}