i2stx
Xilinx SDK Drivers API Documentation
xi2stx.c File Reference

Functions

int XI2s_Tx_CfgInitialize (XI2s_Tx *InstancePtr, XI2stx_Config *CfgPtr, UINTPTR EffectiveAddr)
 This function initializes the I2S Transmitter. More...
 
void XI2s_Tx_Enable (XI2s_Tx *InstancePtr, u8 Enable)
 This function enables/disables the I2s Transmitter. More...
 
void XI2s_Tx_IntrEnable (XI2s_Tx *InstancePtr, u32 Mask)
 This function enables the specified interrupt of the I2s Transmitter. More...
 
void XI2s_Tx_IntrDisable (XI2s_Tx *InstancePtr, u32 Mask)
 This function disables the specified interrupt of the I2s Transmitter. More...
 
int XI2s_Tx_SetChMux (XI2s_Tx *InstancePtr, XI2s_Tx_ChannelId ChID, XI2s_Tx_ChMuxInput InputSource)
 This function sets the input source for the specified I2s channel. More...
 
u32 XI2s_Tx_SetSclkOutDiv (XI2s_Tx *InstancePtr, u32 MClk, u32 Fs)
 This function calculates the SCLK Output divider value of the I2S timing generator. More...
 
void XI2s_Tx_GetAesChStatus (XI2s_Tx *InstancePtr, u8 *AesChStatusBuf)
 This function gets the captured AES Channel Status bits. More...
 
void XI2s_Tx_ClrAesChStatRegs (XI2s_Tx *InstancePtr)
 This function clears the captured AES Channel Status bits. More...
 
void XI2s_Tx_JustifyEnable (XI2s_Tx *InstancePtr, u8 Enable)
 This function enables/disables the justification. More...
 
void XI2s_Tx_Justify (XI2s_Tx *InstancePtr, XI2s_Tx_Justification Justify)
 This function is to enable right/left justification. More...