v_voip_packetizer56
Xilinx SDK Drivers API Documentation
xpacketizer56_sinit.c File Reference

Overview

This file contains static initialization method for Xilinx VoIP ST2022-6 Packetizer core.

MODIFICATION HISTORY:
Ver   Who    Date     Changes

1.00 mmo 02/12/16 Initial release.
 

Functions

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

Function Documentation

◆ XPacketizer56_LookupConfig()

XPacketizer56_Config* XPacketizer56_LookupConfig ( u16  DeviceId)

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

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

Parameters
DeviceIdis the unique core ID of the ST2022-6 Packetizer core for the lookup operation.
Returns
XPacketizer56_LookupConfig returns a reference to a config record in the configuration table (in xpacketizer56_g.c) corresponding to DeviceId, or NULL if no match is found.
Note
None.