![]() |
PDK API Guide for AM64x
|
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 |
uint32_t CSL_BcdmaChanStats::packetCnt |
[OUT] Current completed packet count for the channel
uint32_t CSL_BcdmaChanStats::txPayloadByteCnt |
[OUT] Current completed transmit payload byte count for the channel
uint32_t CSL_BcdmaChanStats::txStartedByteCnt |
[OUT] Current started transmit byte count for the channel
uint32_t CSL_BcdmaChanStats::rxPayloadByteCnt |
[OUT] Current completed receive payload byte count for the channel
uint32_t CSL_BcdmaChanStats::rxStartedByteCnt |
[OUT] Current started receive byte count for the channel
uint32_t CSL_BcdmaChanStats::completedByteCnt |
[OUT] Current completed payload byte count for the channel
uint32_t CSL_BcdmaChanStats::startedByteCnt |
[OUT] Current started byte count for the channel