v_voip_fec_rx
Xilinx SDK Drivers API Documentation
XVoipFEC_RX_Config Struct Reference

This typedef contains configuration information for the Generic Decap core. More...

Data Fields

u16 DeviceId
 DeviceId is the unique ID of the VoIP FEC Receiver core. More...
 
UINTPTR BaseAddress
 BaseAddress is the physical base address of the core's registers. More...
 
u16 HWChannelNumber
 Current Supported Channel by the core. More...
 
u32 MediaBaseAddress
 Media Packet Buffer Base Address. More...
 
u32 MediaBufferDepthPerChannel
 Media Packet Buffer Depth Per Channel. More...
 
u32 FECBaseAddress
 FEC Packet Buffer Base Address. More...
 
u32 FECBufferDepth
 FEC Packet Buffer Depth. More...
 
u8 FECEnable
 ST2022-1/5/FEC Recovery Enable. More...
 
u8 SeamlessEnable
 ST2022-7/Seamless Switching Enable. More...
 
u8 ProgMemoryEnable
 Configurable External Memory Base Address & Buffer Depth Enable. More...
 

Detailed Description

This typedef contains configuration information for the Generic Decap core.

Each Generic Decap device should have a configuration structure associated.

Field Documentation

◆ BaseAddress

◆ DeviceId

u16 XVoipFEC_RX_Config::DeviceId

DeviceId is the unique ID of the VoIP FEC Receiver core.

◆ FECBaseAddress

u32 XVoipFEC_RX_Config::FECBaseAddress

FEC Packet Buffer Base Address.

◆ FECBufferDepth

u32 XVoipFEC_RX_Config::FECBufferDepth

FEC Packet Buffer Depth.

◆ FECEnable

u8 XVoipFEC_RX_Config::FECEnable

ST2022-1/5/FEC Recovery Enable.

◆ HWChannelNumber

u16 XVoipFEC_RX_Config::HWChannelNumber

Current Supported Channel by the core.

Referenced by XVoipFEC_RX_CoreInfo().

◆ MediaBaseAddress

u32 XVoipFEC_RX_Config::MediaBaseAddress

Media Packet Buffer Base Address.

◆ MediaBufferDepthPerChannel

u32 XVoipFEC_RX_Config::MediaBufferDepthPerChannel

Media Packet Buffer Depth Per Channel.

◆ ProgMemoryEnable

u8 XVoipFEC_RX_Config::ProgMemoryEnable

Configurable External Memory Base Address & Buffer Depth Enable.

◆ SeamlessEnable

u8 XVoipFEC_RX_Config::SeamlessEnable

ST2022-7/Seamless Switching Enable.