PDK API Guide for J721E
CSL_ClecEventConfig Struct Reference

Detailed Description

This structure contains the parameters to setup a event.

Data Fields

uint32_t secureClaimEnable
 
uint32_t evtSendEnable
 
uint32_t rtMap
 
uint32_t extEvtNum
 
uint32_t c7xEvtNum
 

Field Documentation

◆ secureClaimEnable

uint32_t CSL_ClecEventConfig::secureClaimEnable

[IN] TRUE/FALSE. When set to TRUE, a non-secure read/write to MRR will generate a privilege error.

◆ evtSendEnable

uint32_t CSL_ClecEventConfig::evtSendEnable

[IN] TRUE/FALSE. Controls whether ESR sends this event when written. When set to TRUE, write to ESR triggers the event.

◆ rtMap

uint32_t CSL_ClecEventConfig::rtMap

[IN] Route map bit field. Refer CSL_ClecRouteMap.

◆ extEvtNum

uint32_t CSL_ClecEventConfig::extEvtNum

[IN] Encoded external event number to send when this event is triggered. Range 0 to (CSL_CLEC_MAX_EXT_EVT_OUT - 1).

◆ c7xEvtNum

uint32_t CSL_ClecEventConfig::c7xEvtNum

[IN] C7x event number to send when this event is triggered. Range 0 to (CSL_CLEC_MAX_C7X_EVT_OUT - 1).