i2srx
Xilinx SDK Drivers API Documentation
XI2s_Rx Struct Reference

The XI2s Receiver driver instance data. More...

Data Fields

u32 IsReady
 Core and the driver instance are initialized. More...
 
u32 IsStarted
 Core and the driver instance has started. More...
 
XI2srx_Config Config
 Hardware Configuration. More...
 
XI2s_Rx_Log Log
 Logging for XI2s Receiver. More...
 
XI2s_Rx_Callback AudOverflowHandler
 Audio Overflow Handler. More...
 

Detailed Description

The XI2s Receiver driver instance data.

An instance must be allocated for each XI2s Receiver core in use.

Field Documentation

XI2s_Rx_Callback XI2s_Rx::AudOverflowHandler

Audio Overflow Handler.

Referenced by XI2s_Rx_IntrHandler(), and XI2s_Rx_SetHandler().

u32 XI2s_Rx::IsReady

Core and the driver instance are initialized.

Referenced by XI2s_Rx_CfgInitialize(), and XI2s_Rx_IntrHandler().

u32 XI2s_Rx::IsStarted

Core and the driver instance has started.

Referenced by XI2s_Rx_Enable().

XI2s_Rx_Log XI2s_Rx::Log

Logging for XI2s Receiver.

Referenced by XI2s_Rx_LogRead(), XI2s_Rx_LogReset(), and XI2s_Rx_LogWrite().