This API gets the driver and HW design version.
Prototype
void XDfePrach_GetVersions(const XDfePrach *InstancePtr, XDfePrach_Version *SwVersion, XDfePrach_Version *HwVersion);
Parameters
The following table lists the XDfePrach_GetVersions
function arguments.
Type | Member | Description |
---|---|---|
const
XDfePrach
* |
InstancePtr | Pointer to the PRACH instance. |
XDfePrach_Version
* |
SwVersion | Driver version number. |
XDfePrach_Version
* |
HwVersion | HW version number. |