PDK API Guide for J721E
CSL_UdmapRT 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_UdmapRT::enable

[IN] When set, enable the channel

◆ teardown

uint32_t CSL_UdmapRT::teardown

[IN] When set, teardown the channel

◆ pause

uint32_t CSL_UdmapRT::pause

[IN] When set, pause the channel

◆ error

uint32_t CSL_UdmapRT::error

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

◆ forcedTeardown

uint32_t CSL_UdmapRT::forcedTeardown

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