sdiaud
Xilinx SDK Drivers API Documentation
XSdiAud_Config Struct Reference

This typedef contains configuration information for the XSdiAud. More...

Data Fields

u32 DeviceId
 DeviceId is the unique ID of XSdiaud. More...
 
UINTPTR BaseAddress
 BaseAddress of the XSdiaud. More...
 
u8 IsEmbed
 Is Audio Embed or Extract. More...
 
u8 LineRate
 UHD SDI standard. More...
 
u8 MaxNumChannels
 Indicates the max number of channels supported by the core. More...
 

Detailed Description

This typedef contains configuration information for the XSdiAud.

Field Documentation

◆ BaseAddress

UINTPTR XSdiAud_Config::BaseAddress

BaseAddress of the XSdiaud.

Referenced by XSdiAud_CfgInitialize(), and XSdiAud_Initialize().

◆ DeviceId

u32 XSdiAud_Config::DeviceId

DeviceId is the unique ID of XSdiaud.

◆ IsEmbed

u8 XSdiAud_Config::IsEmbed

Is Audio Embed or Extract.

Referenced by XSdiAud_SelfTest().

◆ LineRate

u8 XSdiAud_Config::LineRate

UHD SDI standard.

Referenced by XSdiAud_SelfTest().

◆ MaxNumChannels

u8 XSdiAud_Config::MaxNumChannels

Indicates the max number of channels supported by the core.

Referenced by XSdiAud_SelfTest().