PDK API Guide for AM65xx
CSL_UdmapRouteTag Struct Reference

Detailed Description

Routing tag information.

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_UdmapRouteTag::loSel

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

◆ loVal

uint8_t CSL_UdmapRouteTag::loVal

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

◆ hiSel

uint32_t CSL_UdmapRouteTag::hiSel

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

◆ hiVal

uint8_t CSL_UdmapRouteTag::hiVal

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