i2stx
Xilinx SDK Drivers API Documentation
XI2stx_Config Struct Reference

This typedef contains configuration information for the I2s Transmitter. More...

Data Fields

u16 DeviceId
 DeviceId is unique ID of the I2s Tx. More...
 
UINTPTR BaseAddress
 BaseAddress is physical address of registers. More...
 
u8 DWidth
 Data Width (16/24bit) of I2s Tx core. More...
 
u8 IsMaster
 IsMaster(TRUE/FALSE) for I2s Tx core. More...
 
u8 MaxNumChannels
 Max channels supported by I2s Tx core. More...
 

Detailed Description

This typedef contains configuration information for the I2s Transmitter.

Field Documentation

◆ BaseAddress

◆ DeviceId

u16 XI2stx_Config::DeviceId

DeviceId is unique ID of the I2s Tx.

Referenced by XI2s_Tx_LogDisplay().

◆ DWidth

u8 XI2stx_Config::DWidth

Data Width (16/24bit) of I2s Tx core.

Referenced by XI2s_Tx_SetSclkOutDiv().

◆ IsMaster

u8 XI2stx_Config::IsMaster

IsMaster(TRUE/FALSE) for I2s Tx core.

◆ MaxNumChannels

u8 XI2stx_Config::MaxNumChannels

Max channels supported by I2s Tx core.