XFpga_GetFeatureList - 2023.1 English

Standalone Library Documentation: BSP and Libraries Document Collection (UG643)

Document ID
UG643
Release Date
2023-05-16
Version
2023.1 English

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.

Table 1. XFpga_GetFeatureList 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.