dfemix
Vitis Drivers API Documentation
xdfemix_one_instance_initialization_example.c File Reference

Overview

This file contains a load coefficients example.

MODIFICATION HISTORY:
Ver   Who    Date     Changes


1.1 dc 07/21/21 Add and reorganise examples 1.5 dc 10/24/22 Switching Uplink/Downlink support

 

Functions

int XDfeMix_SelfTestExample ()
 This function runs the DFE Mixer device using the driver APIs. More...
 

Function Documentation

int XDfeMix_SelfTestExample ( )

This function runs the DFE Mixer device using the driver APIs.

This function does the following tasks:

  • Create and system initialize the device driver instance.
  • Read SW and HW version numbers.
  • Reset the device.
  • Configure the device.
  • Initialize the device.
  • Activate the device.
  • DeActivate the device.
Returns
  • XST_SUCCESS if the example has completed successfully.
  • XST_FAILURE if the example has failed.

References XDfeMix_Version::Major, XDfeMix_Version::Minor, XDfeMix_Version::Patch, XDfeMix_Version::Revision, XDfeMix_Init::TuserSelect, XDfeMix_Activate(), XDfeMix_Configure(), XDfeMix_Deactivate(), XDfeMix_GetVersions(), XDfeMix_Initialize(), XDfeMix_InstanceClose(), XDfeMix_InstanceInit(), XDfeMix_Reset(), XST_FAILURE, and XST_SUCCESS.

Referenced by main().