PDK API Guide for AM64x
CSL_PktdmaRT Struct Reference

Detailed Description

Channel runtime configuration information.

This structure contains runtime configuration information for a channel.

Data Fields

uint32_t enable
 
uint32_t teardown
 
uint32_t pause
 
uint32_t error
 
uint32_t forcedTeardown
 

Field Documentation

◆ enable

uint32_t CSL_PktdmaRT::enable

[IN] When set, enable the channel

◆ teardown

uint32_t CSL_PktdmaRT::teardown

[IN] When set, teardown the channel

◆ pause

uint32_t CSL_PktdmaRT::pause

[IN] When set, pause the channel

◆ error

uint32_t CSL_PktdmaRT::error

[OUT] When set, an error has been detected on the channel

◆ forcedTeardown

uint32_t CSL_PktdmaRT::forcedTeardown

[udmap_only][IN] When set, a forced teardown will be performed on the channel. Note that teardown must also be set when setting forcedTeardown.