sdiaud
Vitis 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

u32 XSdiAud_Config::DeviceId

DeviceId is the unique ID of XSdiaud.

u8 XSdiAud_Config::IsEmbed

Is Audio Embed or Extract.

Referenced by XSdiAud_SelfTest().

u8 XSdiAud_Config::LineRate

UHD SDI standard.

Referenced by XSdiAud_SelfTest().

u8 XSdiAud_Config::MaxNumChannels

Indicates the max number of channels supported by the core.

Referenced by XSdiAud_SelfTest().