![]() |
dprxss
Xilinx SDK Drivers API Documentation
|
Data Structures | |
struct | XDpRxSs_UsrOpt |
User input structure. More... | |
struct | XDpRxSs_DpSubCore |
DisplayPort Sub-core structure. More... | |
struct | XDpRxSs_IicSubCore |
IIC Sub-core structure. More... | |
struct | XDpRxSs_Config |
This typedef contains configuration information for the DisplayPort Receiver Subsystem core. More... | |
struct | XDpRxSs |
The DisplayPort RX Subsystem driver instance data. More... | |
Macros | |
#define | XDPRXSS_H_ |
Prevent circular inclusions by using protection macros. More... | |
#define | XDpRxSs_TimerHandler XDp_TimerHandler |
Callback type which represents a custom timer wait handler. More... | |
#define | XDpRxSs_DtgEnable(InstancePtr) XDp_RxDtgEn((InstancePtr)->DpPtr) |
This function macro enables the display timing generator (DTG). More... | |
#define | XDpRxSs_DtgDisable(InstancePtr) XDp_RxDtgDis((InstancePtr)->DpPtr) |
This function macro disables the display timing generator (DTG). More... | |
#define | XDpRxSs_AudioEnable(InstancePtr) XDp_RxAudioEn((InstancePtr)->DpPtr) |
This function macro enables audio stream packets on the main link. More... | |
#define | XDpRxSs_AudioDisable(InstancePtr) XDp_RxAudioDis((InstancePtr)->DpPtr) |
This function macro disables audio stream packets on the main link. More... | |
#define | XDpRxSs_AudioReset(InstancePtr) XDp_RxAudioReset((InstancePtr)->DpPtr) |
This function macro resets the reception of audio stream packets on the main link. More... | |
#define | XDpRxSs_WaitUs(InstancePtr, MicroSeconds) XDp_WaitUs((InstancePtr)->DpPtr, MicroSeconds) |
This function macro is the delay/sleep function for the XDpRxSs driver. More... | |
Typedefs | |
typedef void(* | XDpRxSs_Callback) (void *InstancePtr) |
Callback type which represents the handler for events. More... | |
Enumerations | |
enum | XDpRxSs_HandlerType { XDPRXSS_HANDLER_DP_VM_CHG_EVENT = 1, XDPRXSS_HANDLER_DP_PWR_CHG_EVENT, XDPRXSS_HANDLER_DP_NO_VID_EVENT, XDPRXSS_HANDLER_DP_VBLANK_EVENT, XDPRXSS_HANDLER_DP_TLOST_EVENT, XDPRXSS_HANDLER_DP_VID_EVENT, XDPRXSS_HANDLER_DP_INFO_PKT_EVENT, XDPRXSS_HANDLER_DP_EXT_PKT_EVENT, XDPRXSS_HANDLER_DP_TDONE_EVENT, XDPRXSS_HANDLER_DP_BW_CHG_EVENT, XDPRXSS_HANDLER_DP_DWN_REQ_EVENT, XDPRXSS_HANDLER_DP_DWN_REP_EVENT, XDPRXSS_HANDLER_DP_AUD_OVRFLW_EVENT, XDPRXSS_HANDLER_DP_PAYLOAD_ALLOC_EVENT, XDPRXSS_HANDLER_DP_ACT_RX_EVENT, XDPRXSS_HANDLER_DP_CRC_TEST_EVENT, XDPRXSS_HANDLER_UNPLUG_EVENT, XDPRXSS_HANDLER_LINKBW_EVENT, XDPRXSS_HANDLER_PLL_RESET_EVENT, XDPRXSS_DRV_HANDLER_DP_PWR_CHG_EVENT, XDPRXSS_DRV_HANDLER_DP_VID_EVENT, XDPRXSS_DRV_HANDLER_DP_NO_VID_EVENT } |
These constants specify different types of handler and used to differentiate interrupt requests from sub-cores. More... | |
Functions | |
u32 | XDpRxSs_CfgInitialize (XDpRxSs *InstancePtr, XDpRxSs_Config *CfgPtr, UINTPTR EffectiveAddr) |
This function initializes the DisplayPort Receiver Subsystem core. More... | |
void | XDpRxSs_Reset (XDpRxSs *InstancePtr) |
This function resets the DisplayPort Receiver Subsystem including all sub-cores. More... | |
u32 | XDpRxSs_Start (XDpRxSs *InstancePtr) |
This function starts the DisplayPort Receiver Subsystem including all sub-cores. More... | |
u32 | XDpRxSs_SetLinkRate (XDpRxSs *InstancePtr, u8 LinkRate) |
This function sets the data rate to be used by the DisplayPort RX Subsystem core. More... | |
u32 | XDpRxSs_SetLaneCount (XDpRxSs *InstancePtr, u8 LaneCount) |
This function sets the number of lanes to be used by DisplayPort RX Subsystem core. More... | |
u32 | XDpRxSs_ExposePort (XDpRxSs *InstancePtr, u8 Port) |
This function allows the user to select number of ports to be exposed when replying to a LINK_ADDRESS sideband message and hides rest of the ports. More... | |
u32 | XDpRxSs_CheckLinkStatus (XDpRxSs *InstancePtr) |
This function checks if the receiver's DisplayPort Configuration Data (DPCD) indicates that the receiver has achieved clock recovery, channel equalization, symbol lock, and interlane alignment for all lanes currently in use. More... | |
void | XDpRxSs_SetUserPixelWidth (XDpRxSs *InstancePtr, u8 UserPixelWidth) |
This function configures the number of pixels output through the user data interface. More... | |
u32 | XDpRxSs_HandleDownReq (XDpRxSs *InstancePtr) |
This function handles incoming sideband messages. More... | |
XDpRxSs_Config * | XDpRxSs_LookupConfig (u16 DeviceId) |
This function returns a reference to an XDpRxSs_Config structure based on the core id, DeviceId. More... | |
void | XDpRxSs_ReportCoreInfo (XDpRxSs *InstancePtr) |
This function reports list of sub-cores included in DisplayPort RX Subsystem. More... | |
void | XDpRxSs_ReportLinkInfo (XDpRxSs *InstancePtr) |
This function prints the link status, selected resolution, link rate /lane count symbol error. More... | |
void | XDpRxSs_ReportMsaInfo (XDpRxSs *InstancePtr) |
This function prints the current main stream attributes from the DisplayPort RX core. More... | |
void | XDpRxSs_ReportDp159BitErrCount (XDpRxSs *InstancePtr) |
This function prints the bit error encountered in DP159. More... | |
void | XDpRxSs_ReportHdcpInfo (XDpRxSs *InstancePtr) |
This function prints the debug display info of the HDCP interface. More... | |
u32 | XDpRxSs_SelfTest (XDpRxSs *InstancePtr) |
This function performs self test on DisplayPort Receiver Subsystem sub-cores. More... | |
void | XDpRxSs_DpIntrHandler (void *InstancePtr) |
This function is the interrupt handler for the DisplayPort RX core operating in RX mode. More... | |
u32 | XDpRxSs_SetCallBack (XDpRxSs *InstancePtr, u32 HandlerType, void *CallbackFunc, void *CallbackRef) |
This function installs an asynchronous callback function for the given HandlerType: More... | |
void | XDpRxSs_SetUserTimerHandler (XDpRxSs *InstancePtr, XDpRxSs_TimerHandler CallbackFunc, void *CallbackRef) |
This function installs a custom delay/sleep function to be used by the DisplayPort RX Subsystem. More... | |
void | XDpRxSs_DrvNoVideoHandler (void *InstancePtr) |
This function is the interrupt handler for No Video. More... | |
void | XDpRxSs_DrvVideoHandler (void *InstancePtr) |
This function is for the video interrupt handler. More... | |
void | XDpRxSs_DrvPowerChangeHandler (void *InstancePtr) |
This function is for the power change interrupt handler. More... | |
#define XDpRxSs_AudioDisable | ( | InstancePtr | ) | XDp_RxAudioDis((InstancePtr)->DpPtr) |
#include <xdprxss.h>
This function macro disables audio stream packets on the main link.
InstancePtr | is a pointer to the XDpRxSs core instance. |
#define XDpRxSs_AudioEnable | ( | InstancePtr | ) | XDp_RxAudioEn((InstancePtr)->DpPtr) |
#include <xdprxss.h>
This function macro enables audio stream packets on the main link.
InstancePtr | is a pointer to the XDpRxSs core instance. |
#define XDpRxSs_AudioReset | ( | InstancePtr | ) | XDp_RxAudioReset((InstancePtr)->DpPtr) |
#include <xdprxss.h>
This function macro resets the reception of audio stream packets on the main link.
InstancePtr | is a pointer to the XDpRxSs core instance. |
#define XDpRxSs_DtgDisable | ( | InstancePtr | ) | XDp_RxDtgDis((InstancePtr)->DpPtr) |
#include <xdprxss.h>
This function macro disables the display timing generator (DTG).
InstancePtr | is a pointer to the XDpRxSs core instance. |
#define XDpRxSs_DtgEnable | ( | InstancePtr | ) | XDp_RxDtgEn((InstancePtr)->DpPtr) |
#include <xdprxss.h>
This function macro enables the display timing generator (DTG).
InstancePtr | is a pointer to the XDpRxSs core instance. |
#define XDPRXSS_H_ |
#include <xdprxss.h>
Prevent circular inclusions by using protection macros.
#define XDpRxSs_TimerHandler XDp_TimerHandler |
#include <xdprxss.h>
Callback type which represents a custom timer wait handler.
#define XDpRxSs_WaitUs | ( | InstancePtr, | |
MicroSeconds | |||
) | XDp_WaitUs((InstancePtr)->DpPtr, MicroSeconds) |
#include <xdprxss.h>
This function macro is the delay/sleep function for the XDpRxSs driver.
InstancePtr | is a pointer to the XDpRxSs core instance. |
MicroSeconds | is the number of microseconds to delay/sleep for. |
Referenced by DpRxSs_DetectResolution().
typedef void(* XDpRxSs_Callback) (void *InstancePtr) |
enum XDpRxSs_HandlerType |
#include <xdprxss.h>
These constants specify different types of handler and used to differentiate interrupt requests from sub-cores.
u32 XDpRxSs_CfgInitialize | ( | XDpRxSs * | InstancePtr, |
XDpRxSs_Config * | CfgPtr, | ||
UINTPTR | EffectiveAddr | ||
) |
#include <xdprxss.c>
This function initializes the DisplayPort Receiver Subsystem core.
This function must be called prior to using the core. Initialization of the core includes setting up the instance data and ensuring the hardware is in a quiescent state.
InstancePtr | is a pointer to the XDpRxSs core instance. |
CfgPtr | points to the configuration structure associated with the DisplayPort RX Subsystem core. |
EffectiveAddr | is the base address of the device. If address translation is being used, then this parameter must reflect the virtual base address. Otherwise, the physical address should be used. |
References XDpRxSs_Config::BaseAddress, and XDpRxSs::Config.
Referenced by DpRxSs_DebugExample(), DpRxSs_HdcpExample(), DpRxSs_IntrExample(), DpRxSs_MstExample(), and DpRxSs_SelfTestExample().
u32 XDpRxSs_CheckLinkStatus | ( | XDpRxSs * | InstancePtr | ) |
#include <xdprxss.c>
This function checks if the receiver's DisplayPort Configuration Data (DPCD) indicates that the receiver has achieved clock recovery, channel equalization, symbol lock, and interlane alignment for all lanes currently in use.
InstancePtr | is a pointer to the XDpRxSs core instance. |
References XDpRxSs::DpPtr.
Referenced by DpRxSs_VerticalBlankHandler().
void XDpRxSs_DpIntrHandler | ( | void * | InstancePtr | ) |
#include <xdprxss.h>
This function is the interrupt handler for the DisplayPort RX core operating in RX mode.
The application is responsible for connecting this function to the interrupt system. Application beyond this driver is also responsible for providing callbacks to handle interrupts and installing the callbacks using XDpRxSs_SetCallBack() during initialization phase.
InstancePtr | is a pointer to the XDpRxSs core instance that just interrupted. |
References XDpRxSs::DpPtr, and XDpRxSs::IsReady.
void XDpRxSs_DrvNoVideoHandler | ( | void * | InstancePtr | ) |
#include <xdprxss.h>
This function is the interrupt handler for No Video.
InstancePtr | is a pointer to the XDpRxSs core instance that just interrupted. |
References XDpRxSs::DpPtr, and XDpRxSs::IsReady.
void XDpRxSs_DrvPowerChangeHandler | ( | void * | InstancePtr | ) |
#include <xdprxss.h>
This function is for the power change interrupt handler.
InstancePtr | is a pointer to the XDpRxSs core instance that just interrupted. |
References XDpRxSs::DpPtr, XDpRxSs::IicPtr, XDpRxSs::IsReady, XDpRxSs_UsrOpt::LaneCount, XDpRxSs_UsrOpt::LinkRate, XDpRxSs::UsrOpt, and XDPRXSS_DP159_CT_UNPLUG.
void XDpRxSs_DrvVideoHandler | ( | void * | InstancePtr | ) |
#include <xdprxss.h>
This function is for the video interrupt handler.
InstancePtr | is a pointer to the XDpRxSs core instance that just interrupted. |
References XDpRxSs::DpPtr, and XDpRxSs::IsReady.
u32 XDpRxSs_ExposePort | ( | XDpRxSs * | InstancePtr, |
u8 | Port | ||
) |
#include <xdprxss.c>
This function allows the user to select number of ports to be exposed when replying to a LINK_ADDRESS sideband message and hides rest of the ports.
InstancePtr | is a pointer to the XDpRxSs core instance. |
Port | specifies the number of ports to be exposed within the range 1 to 4. |
References XDpRxSs::Config, XDpRxSs::DpPtr, XDpRxSs_UsrOpt::MstSupport, XDpRxSs_Config::NumMstStreams, XDpRxSs_UsrOpt::NumOfStreams, and XDpRxSs::UsrOpt.
u32 XDpRxSs_HandleDownReq | ( | XDpRxSs * | InstancePtr | ) |
#include <xdprxss.c>
This function handles incoming sideband messages.
It will 1) Read the contents of the down request registers, 2) Delegate control depending on the request type, and 3) Send a down reply.
InstancePtr | is a pointer to the XDpRxSs core instance. |
References XDpRxSs::Config, XDpRxSs::DpPtr, XDpRxSs_Config::HdcpEnable, XDPRXSS_LANE_COUNT_SET_1, XDPRXSS_LANE_COUNT_SET_2, XDPRXSS_LANE_COUNT_SET_4, and XDPRXSS_TMRCTR_RST_VAL.
Referenced by DpRxSs_DownReqestHandler().
XDpRxSs_Config* XDpRxSs_LookupConfig | ( | u16 | DeviceId | ) |
#include <xdprxss.h>
This function returns a reference to an XDpRxSs_Config structure based on the core id, DeviceId.
The return value will refer to an entry in the device configuration table defined in the xdprxss_g.c file.
DeviceId | is the unique core ID of the XDpRxSs core for the lookup operation. |
Referenced by DpRxSs_DebugExample(), DpRxSs_HdcpExample(), DpRxSs_IntrExample(), DpRxSs_MstExample(), and DpRxSs_SelfTestExample().
void XDpRxSs_ReportCoreInfo | ( | XDpRxSs * | InstancePtr | ) |
#include <xdprxss.h>
This function reports list of sub-cores included in DisplayPort RX Subsystem.
InstancePtr | is a pointer to the XDpRxSs core instance. |
References XDpRxSs_Config::ColorFormat, XDpRxSs::Config, XDpRxSs::DpPtr, XDpRxSs_Config::HdcpEnable, XDpRxSs::IicPtr, XDpRxSs_Config::MaxBpc, XDpRxSs_Config::MaxLaneCount, XDpRxSs_Config::MaxNumAudioCh, XDpRxSs_UsrOpt::MstSupport, XDpRxSs_Config::MstSupport, XDpRxSs_Config::NumMstStreams, XDpRxSs_UsrOpt::NumOfStreams, XDpRxSs_Config::SecondaryChEn, and XDpRxSs::UsrOpt.
void XDpRxSs_ReportDp159BitErrCount | ( | XDpRxSs * | InstancePtr | ) |
#include <xdprxss.h>
This function prints the bit error encountered in DP159.
InstancePtr | is a pointer to the XDpRxSs core instance. |
References XDpRxSs::IicPtr.
void XDpRxSs_ReportHdcpInfo | ( | XDpRxSs * | InstancePtr | ) |
void XDpRxSs_ReportLinkInfo | ( | XDpRxSs * | InstancePtr | ) |
#include <xdprxss.h>
This function prints the link status, selected resolution, link rate /lane count symbol error.
InstancePtr | is a pointer to the XDpRxSs core instance. |
References XDpRxSs::DpPtr, and XDpRxSs_ReadReg.
void XDpRxSs_ReportMsaInfo | ( | XDpRxSs * | InstancePtr | ) |
#include <xdprxss.h>
This function prints the current main stream attributes from the DisplayPort RX core.
InstancePtr | is a pointer to the XDpRxSs core instance. |
References XDpRxSs::DpPtr.
void XDpRxSs_Reset | ( | XDpRxSs * | InstancePtr | ) |
#include <xdprxss.c>
This function resets the DisplayPort Receiver Subsystem including all sub-cores.
InstancePtr | is a pointer to the XDpRxSs core instance. |
References XDpRxSs::Config, XDpRxSs::DpPtr, XDpRxSs_Config::HdcpEnable, XDpRxSs::IicPtr, and XDpRxSs_WriteReg.
u32 XDpRxSs_SelfTest | ( | XDpRxSs * | InstancePtr | ) |
#include <xdprxss.h>
This function performs self test on DisplayPort Receiver Subsystem sub-cores.
InstancePtr | is a pointer to the XDpRxSs core instance. |
References XDpRxSs::Config, XDpRxSs::DpPtr, XDpRxSs_Config::HdcpEnable, and XDpRxSs::IicPtr.
Referenced by DpRxSs_SelfTestExample().
u32 XDpRxSs_SetCallBack | ( | XDpRxSs * | InstancePtr, |
u32 | HandlerType, | ||
void * | CallbackFunc, | ||
void * | CallbackRef | ||
) |
#include <xdprxss.h>
This function installs an asynchronous callback function for the given HandlerType:
HandlerType Callback Function Type ---------------------------------------- ----------------------------------- XDPRXSS_HANDLER_DP_VM_CHG_EVENT XDp_RxSetIntrVmChangeHandler XDPRXSS_HANDLER_DP_PWR_CHG_EVENT XDp_RxSetIntrPowerStateHandler XDPRXSS_HANDLER_DP_NO_VID_EVENT XDp_RxSetIntrNoVideoHandler XDPRXSS_HANDLER_DP_VBLANK_EVENT XDp_RxSetIntrVBlankHandler XDPRXSS_HANDLER_DP_TLOST_EVENT XDp_RxSetIntrTrainingLostHandler XDPRXSS_HANDLER_DP_VID_EVENT XDp_RxSetIntrVideoHandler XDPRXSS_HANDLER_DP_INFO_PKT_EVENT XDp_RxSetIntrInfoPktHandler XDPRXSS_HANDLER_DP_EXT_PKT_EVENT XDp_RxSetIntrExtPktHandler XDPRXSS_HANDLER_DP_TDONE_EVENT XDp_RxSetIntrTrainingDoneHandler XDPRXSS_HANDLER_DP_BW_CHG_EVENT XDp_RxSetIntrBwChangeHandler XDPRXSS_HANDLER_DP_DWN_REQ_EVENT XDp_RxSetIntrDownReqHandler XDPRXSS_HANDLER_DP_DWN_REP_EVENT XDp_RxSetIntrDownReplyHandler XDPRXSS_HANDLER_DP_AUD_OVRFLW_EVENT XDp_RxSetIntrAudioOverHandler XDPRXSS_HANDLER_DP_PAYLOAD_ALLOC_EVENT XDp_RxSetIntrPayloadAllocHandler XDPRXSS_HANDLER_DP_ACT_RX_EVENT XDp_RxSetIntrActRxHandler XDPRXSS_HANDLER_DP_CRC_TEST_EVENT XDp_RxSetIntrCrcTestHandler XDPRXSS_HANDLER_HDCP_RPTR_TDSA_EVENT XHdcp1x_SetCallBack XDPRXSS_HANDLER_UNPLUG_EVENT UnplugCallback XDPRXSS_HANDLER_LINKBW_EVENT LinkBwCallback XDPRXSS_HANDLER_PLL_RESET_EVENT PllResetCallback
InstancePtr | is a pointer to the XDpRxSs core instance. |
HandlerType | specifies the type of handler. |
CallbackFunc | is the address of the callback function. |
CallbackRef | is a user data item that will be passed to the callback function when it is invoked. |
References XDpRxSs::DpPtr, XDpRxSs::IsReady, XDpRxSs::LinkBwCallback, XDpRxSs::LinkBwRef, XDpRxSs::PllResetCallback, XDpRxSs::PllResetRef, XDpRxSs::UnplugCallback, XDpRxSs::UnplugRef, XDPRXSS_DRV_HANDLER_DP_NO_VID_EVENT, XDPRXSS_DRV_HANDLER_DP_PWR_CHG_EVENT, XDPRXSS_DRV_HANDLER_DP_VID_EVENT, XDPRXSS_HANDLER_DP_ACT_RX_EVENT, XDPRXSS_HANDLER_DP_AUD_OVRFLW_EVENT, XDPRXSS_HANDLER_DP_BW_CHG_EVENT, XDPRXSS_HANDLER_DP_CRC_TEST_EVENT, XDPRXSS_HANDLER_DP_DWN_REP_EVENT, XDPRXSS_HANDLER_DP_DWN_REQ_EVENT, XDPRXSS_HANDLER_DP_EXT_PKT_EVENT, XDPRXSS_HANDLER_DP_INFO_PKT_EVENT, XDPRXSS_HANDLER_DP_NO_VID_EVENT, XDPRXSS_HANDLER_DP_PAYLOAD_ALLOC_EVENT, XDPRXSS_HANDLER_DP_PWR_CHG_EVENT, XDPRXSS_HANDLER_DP_TDONE_EVENT, XDPRXSS_HANDLER_DP_TLOST_EVENT, XDPRXSS_HANDLER_DP_VBLANK_EVENT, XDPRXSS_HANDLER_DP_VID_EVENT, XDPRXSS_HANDLER_DP_VM_CHG_EVENT, XDPRXSS_HANDLER_LINKBW_EVENT, XDPRXSS_HANDLER_PLL_RESET_EVENT, and XDPRXSS_HANDLER_UNPLUG_EVENT.
u32 XDpRxSs_SetLaneCount | ( | XDpRxSs * | InstancePtr, |
u8 | LaneCount | ||
) |
#include <xdprxss.c>
This function sets the number of lanes to be used by DisplayPort RX Subsystem core.
InstancePtr | is a pointer to the XDpRxSs instance. |
LaneCount | is the number of lanes to be used.
|
References XDpRxSs::DpPtr, XDpRxSs_UsrOpt::LaneCount, XDpRxSs::UsrOpt, XDPRXSS_LANE_COUNT_SET_1, XDPRXSS_LANE_COUNT_SET_2, and XDPRXSS_LANE_COUNT_SET_4.
u32 XDpRxSs_SetLinkRate | ( | XDpRxSs * | InstancePtr, |
u8 | LinkRate | ||
) |
#include <xdprxss.c>
This function sets the data rate to be used by the DisplayPort RX Subsystem core.
InstancePtr | is a pointer to the XDpRxSs instance. |
LinkRate | is the rate at which link needs to be driven.
|
References XDpRxSs::DpPtr, XDpRxSs_UsrOpt::LinkRate, XDpRxSs::UsrOpt, XDPRXSS_LINK_BW_SET_162GBPS, XDPRXSS_LINK_BW_SET_270GBPS, and XDPRXSS_LINK_BW_SET_540GBPS.
Referenced by DpRxSs_DebugExample(), DpRxSs_HdcpExample(), DpRxSs_IntrExample(), and DpRxSs_MstExample().
void XDpRxSs_SetUserPixelWidth | ( | XDpRxSs * | InstancePtr, |
u8 | UserPixelWidth | ||
) |
#include <xdprxss.c>
This function configures the number of pixels output through the user data interface.
InstancePtr | is a pointer to the XDpRxSs core instance. |
UserPixelWidth | is the user pixel width to be configured. |
References XDpRxSs::DpPtr.
void XDpRxSs_SetUserTimerHandler | ( | XDpRxSs * | InstancePtr, |
XDpRxSs_TimerHandler | CallbackFunc, | ||
void * | CallbackRef | ||
) |
#include <xdprxss.h>
This function installs a custom delay/sleep function to be used by the DisplayPort RX Subsystem.
InstancePtr | is a pointer to the XDpRxSs core instance. |
CallbackFunc | is the address to the callback function. |
CallbackRef | is the user data item (microseconds to delay) that will be passed to the custom sleep/delay function when it is invoked. |
References XDpRxSs::DpPtr.
u32 XDpRxSs_Start | ( | XDpRxSs * | InstancePtr | ) |
#include <xdprxss.c>
This function starts the DisplayPort Receiver Subsystem including all sub-cores.
InstancePtr | is a pointer to the XDpRxSs core instance. |
References XDpRxSs::DpPtr, XDpRxSs_UsrOpt::MstSupport, and XDpRxSs::UsrOpt.