v_voip_depacketizer56
Xilinx SDK Drivers API Documentation
xdepacketizer56_sinit.c File Reference

Overview

This file contains static initialization method for Xilinx VoIP ST2022-6 Depacketizer Core.

MODIFICATION HISTORY:
Ver   Who    Date     Changes

1.00 mmo 02/12/16 Initial release.
 

Functions

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

Function Documentation

◆ XDepacketizer56_LookupConfig()

XDepacketizer56_Config* XDepacketizer56_LookupConfig ( u16  DeviceId)

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

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

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