This function is used to Get xilfpga component supported feature list.
Note:
- This API is not supported for the Versal platform.
Prototype
u32 XFpga_GetFeatureList(XFpga *InstancePtr, u32 *FeatureList);
Parameters
The following table lists the XFpga_GetFeatureList
function arguments.
Type | Name | Description |
---|---|---|
XFpga * |
InstancePtr | Pointer to the XFpga structure |
Returns
- XFPGA_SUCCESS if, successful
- XFPGA_FAILURE if, unsuccessful
- XFPGA_OPS_NOT_IMPLEMENTED, if implementation not exists.