How can view the PDD contents in PE?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How can view the PDD contents in PE?

988件の閲覧回数
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 件の賞賛
返信
1 返信

856件の閲覧回数
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 件の賞賛
返信