How can view the PDD contents in PE?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can view the PDD contents in PE?

345 Views
rabbit
Contributor III

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 )

            {

                 ....

                    ...



             }

0 Kudos
1 Reply

213 Views
BlackNight
NXP Employee
NXP Employee

Hello,

the PDD are not functions, but macros. So you cannot see a 'function', but you can jump to the macro.

See this article:

http://mcuoneclipse.com/2013/05/11/low-level-coding-with-pdd-physical-device-driver/

0 Kudos