MODIFICATION HISTORY:
Ver Who Date Changes ----- ---- -------- ----------------------------------------------- 1.00a als 05/17/14 Initial release.
#include "xdptx.h"
Functions | |
void | XDptx_SetHpdEventHandler (XDptx *InstancePtr, XDptx_HpdEventHandler CallbackFunc, void *CallbackRef) |
void | XDptx_SetHpdPulseHandler (XDptx *InstancePtr, XDptx_HpdPulseHandler CallbackFunc, void *CallbackRef) |
void | XDptx_HpdInterruptHandler (XDptx *InstancePtr) |
void XDptx_HpdInterruptHandler | ( | XDptx * | InstancePtr | ) |
void XDptx_SetHpdEventHandler | ( | XDptx * | InstancePtr, | |
XDptx_HpdEventHandler | CallbackFunc, | |||
void * | CallbackRef | |||
) |
This function installs a callback function for when a hot-plug-detect event interrupt occurs.
InstancePtr | is a pointer to the XDptx instance. | |
CallbackFunc | is the address to the callback function. | |
CallbackRef | is the user data item that will be passed to the callback function when it is invoked. |
void XDptx_SetHpdPulseHandler | ( | XDptx * | InstancePtr, | |
XDptx_HpdPulseHandler | CallbackFunc, | |||
void * | CallbackRef | |||
) |
This function installs a callback function for when a hot-plug-detect pulse interrupt occurs.
InstancePtr | is a pointer to the XDptx instance. | |
CallbackFunc | is the address to the callback function. | |
CallbackRef | is the user data item that will be passed to the callback function when it is invoked. |
Copyright @ 1995-2014 Xilinx, Inc. All rights reserved.