PDK API Guide for AM64x
CSL_BcdmaChanStats Struct Reference

Detailed Description

Transmit / receive channel statistics.

This structure contains statistics for transmit and receive channels.

Data Fields

uint32_t packetCnt
 
uint32_t txPayloadByteCnt
 
uint32_t txStartedByteCnt
 
uint32_t rxPayloadByteCnt
 
uint32_t rxStartedByteCnt
 
uint32_t completedByteCnt
 
uint32_t startedByteCnt
 

Field Documentation

◆ packetCnt

uint32_t CSL_BcdmaChanStats::packetCnt

[OUT] Current completed packet count for the channel

◆ txPayloadByteCnt

uint32_t CSL_BcdmaChanStats::txPayloadByteCnt

[OUT] Current completed transmit payload byte count for the channel

◆ txStartedByteCnt

uint32_t CSL_BcdmaChanStats::txStartedByteCnt

[OUT] Current started transmit byte count for the channel

◆ rxPayloadByteCnt

uint32_t CSL_BcdmaChanStats::rxPayloadByteCnt

[OUT] Current completed receive payload byte count for the channel

◆ rxStartedByteCnt

uint32_t CSL_BcdmaChanStats::rxStartedByteCnt

[OUT] Current started receive byte count for the channel

◆ completedByteCnt

uint32_t CSL_BcdmaChanStats::completedByteCnt

[OUT] Current completed payload byte count for the channel

◆ startedByteCnt

uint32_t CSL_BcdmaChanStats::startedByteCnt

[OUT] Current started byte count for the channel