Data Sheet

Table Of Contents
109
Examples
call PD_DisplayPort_UpdateStatus()
5.1.98 PD_DisplayPort_Configure
Starts DisplayPortConfigure(Structured VDM) AMS.
Format
Call PD_DisplayPort_Configure()
Parameters
None
Result
User can evaluate the command results(including sub-results) using IfMatched/ElseMatched
command.
Result Value
Description
PD_RESULT_OK
Command succeeded
PD_RESULT_FAILED
Command failed. In this case corresponding sub
results for PD_SendPacket and
PD_ReceivePacket are valid also (depends on the
error type which has been occurred during sending
or receiving data).
PD_SUBRESULT_RESPONSE_TIMEOUT
Subresult - No response received
PD_SUBRESULT_RESPONSE_NAK
Subresult - NAK received as response
Examples
call PD_DisplayPort_Configure()
5.1.99 PD_WaitForDisplayPortStatus
Waits for user-defined time-out to receive DisplayPort STATUS command. It will respond
to incoming messages as part of DisplayPortStatus(Structured VDM) AMS.
Format
Call PD_WaitForDisplayPortStatus()
Parameters
None
Result
User can evaluate the command results(including sub-results) using IfMatched/ElseMatched
command.
Result Value
Description
PD_RESULT_OK
Command succeeded
PD_RESULT_FAILED
Command failed. In this case corresponding sub
results for PD_SendPacket and
PD_ReceivePacket are valid also (depends on
the error type which has been occurred during
sending or receiving data).
PD_SUBRESULT_MSG_NOT_RECEIVED
Subresult - UPDATE_STATUS message not
received