Function Prototype
XRFdc_Config *XRFdc_LookupConfig(u16 DeviceId);
Arguments
- u16 DeviceId
- ID of the device whose configuration information is required.
Description
This API function looks up the device configuration based on the unique ID of the device. A table contains the configuration information for each device in the system.
Return Value
The function returns a pointer to the configuration found, or
NULL
if the specified device ID was not found.