Function Prototype
u32 XRFdc_CfgInitialize(XRFdc *InstancePtr, XRFdc_Config *ConfigPtr);
Arguments
- XRFdc * InstancePtr
- Pointer to the driver instance.
- XRFdc_Config *ConfigPtr
- Pointer to the configuration structure.
Description
This API function populates appropriate entries in the driver instance by copying relevant entries from the configuration structure. This function is required for any software interaction with the RFdc driver API and must be called first before using any other API functions.
Return Value
XRFDC_SUCCESS
XRFDC_FAILURE