This function queries information about the feature version.
Prototype
XStatus XPm_FeatureCheck(const u32 FeatureId, u32 *Version);
Parameters
The following table lists the XPm_FeatureCheck
function arguments.
Type | Name | Description |
---|---|---|
const u32 | FeatureId | The feature ID (API-ID) |
u32 * | Version | Pointer to the output data where version of feature store. For the supported feature get non zero value in version, But if version is 0U that means feature not supported. |