Function Prototype
u32 XRFdc_RegisterMetal(XRFdc *InstancePtr, u16 DeviceId, struct metal_device **DevicePtr);
Arguments
- XRFdc * InstancePtr
- Pointer to the driver instance.
- u16 Device_Id
- The device id for the driver.
- struct metal_device **DevicePtr
- Pointer to the metal device.
Description
This API function registers RFDC with Libmetal
Return Value
XRFDC_SUCCESS
XRFDC_FAILURE