v_voip_fec_tx
Xilinx SDK Drivers API Documentation
xvoipfec_tx_sinit.c File Reference

Overview

This file contains static initialization method for Xilinx VoIP FEC Transmitter core.

MODIFICATION HISTORY:
Ver   Who    Date     Changes


1.00 mmo 02/12/16 Initial release.

 

Functions

XVoipFEC_TX_ConfigXVoipFEC_TX_LookupConfig (u16 DeviceId)
 This function returns a reference to an XVoipFEC_TX_Config structure based on the core id, DeviceId. More...
 

Function Documentation

XVoipFEC_TX_Config* XVoipFEC_TX_LookupConfig ( u16  DeviceId)

This function returns a reference to an XVoipFEC_TX_Config structure based on the core id, DeviceId.

The return value will refer to an entry in the device configuration table defined in the xvoipfec_tx_g.c file.

Parameters
DeviceIdis the unique core ID of the VoIP FEC Transmitter core for the lookup operation.
Returns
XVoipFEC_TX_LookupConfig returns a reference to a config record in the configuration table (in xvoipfec_tx_g.c) corresponding to DeviceId, or NULL if no match is found.
Note
None.