This function queries information about the version of API ID and queries information about supported IOCTL IDs and supported QUERY IDs.
Note: Returns non zero value in version if API is supported or returns 0U in version if API is not supported.
Prototype
XStatus XPm_FeatureCheck(const enum XPmApiId featureId, u32 *version);
Parameters
The following table lists the XPm_FeatureCheck
function arguments.
Type | Name | Description |
---|---|---|
const enum
XPmApiId
|
featureId | API ID |
u32 * | version | Pointer to store API version. |