PDK API Guide for AM64x
CSL_PktdmaRouteTag Struct Reference

Detailed Description

Routing tag information.

[udmap_only]This structure contains information describing a routing tag.

Data Fields

uint32_t loSel
 
uint8_t loVal
 
uint32_t hiSel
 
uint8_t hiVal
 

Field Documentation

◆ loSel

uint32_t CSL_PktdmaRouteTag::loSel

[IN] Specifies how the low tag value is determined. See CSL_PktdmaTagSelect

◆ loVal

uint8_t CSL_PktdmaRouteTag::loVal

[IN] Tag[7:0] low byte value (used if loSel == 1)

◆ hiSel

uint32_t CSL_PktdmaRouteTag::hiSel

[IN] Specifies how the high tag value is determined. See CSL_PktdmaTagSelect

◆ hiVal

uint8_t CSL_PktdmaRouteTag::hiVal

[IN] Tag[7:0] high byte value (used if hiSel == 1)