![]() |
i2stx
Xilinx SDK Drivers API Documentation
|
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... | |