i2srx
Xilinx SDK Drivers API Documentation
XI2s_Rx_Log Struct Reference

The XI2s Receiver Log buffer. More...

Data Fields

XI2s_Rx_LogItem Items [XI2S_RX_LOG_ITEM_BUFFER_SIZE]
 Log item buffer. More...
 
u16 Head
 Head pointer. More...
 
u16 Tail
 Tail pointer. More...
 
u8 IsEnabled
 Logging Enabled/Disabled. More...
 

Detailed Description

The XI2s Receiver Log buffer.

Field Documentation

◆ Head

u16 XI2s_Rx_Log::Head

Head pointer.

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

◆ IsEnabled

u8 XI2s_Rx_Log::IsEnabled

Logging Enabled/Disabled.

Referenced by XI2s_Rx_LogReset(), and XI2s_Rx_LogWrite().

◆ Items

Log item buffer.

Referenced by XI2s_Rx_LogRead(), and XI2s_Rx_LogWrite().

◆ Tail

u16 XI2s_Rx_Log::Tail

Tail pointer.

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