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.

TMDSRM48HDK: Using RTP and DMM pins GIO functionality

Part Number: TMDSRM48HDK
Other Parts Discussed in Thread: HALCOGEN

Hello,

I need help whith using DMM's and RTP's GIO functionality.
What exactly do I have to do to initialize DMM or RTP pins for GIO, beside configuring pins in the HALcogen,
do I need to enable RTP and DMM driver in HALcogen ?
And, for example, I want to configure DMM_SYNC to output and I want to set it to value 1. I know that I need to address
DMM port register, but where can I see where DMM_SYNC bit in dmmPORT is located ?

gioSetDirection(dmmPORT, 1 << DMM_SYNC_PIN);    //I have no idea DMM_SYNC_PIN value
gioSetBit(dmmPORT, DMM_SYNC_PIN, 1);

Thanks.