SDL API Guide for J721E
SDL_ratExceptionInfo Struct Reference

Detailed Description

This structure contains exception status information returned by the SDL_RAT_getExceptionInfo function.

------------------------------------------------------------------------—

Data Fields

uint32_t type
 
uint64_t address
 
uint32_t group
 
uint32_t code
 
uint32_t srcId
 
uint32_t destId
 
uint32_t routeId
 
uint32_t privId
 
uint32_t byteCnt
 
bool bWrite
 
bool bRead
 
bool bDebug
 
bool bCacheable
 
bool bPriv
 
bool bSecure
 

Field Documentation

◆ type

uint32_t SDL_ratExceptionInfo::type

Identifies the exception type (for the RAT, this field should equal 4)

◆ address

uint64_t SDL_ratExceptionInfo::address

Address

◆ group

uint32_t SDL_ratExceptionInfo::group

Group

◆ code

uint32_t SDL_ratExceptionInfo::code

Code

◆ srcId

uint32_t SDL_ratExceptionInfo::srcId

Source ID

◆ destId

uint32_t SDL_ratExceptionInfo::destId

Destination ID

◆ routeId

uint32_t SDL_ratExceptionInfo::routeId

Route ID

◆ privId

uint32_t SDL_ratExceptionInfo::privId

Priv ID

◆ byteCnt

uint32_t SDL_ratExceptionInfo::byteCnt

Byte Count

◆ bWrite

bool SDL_ratExceptionInfo::bWrite

Write

◆ bRead

bool SDL_ratExceptionInfo::bRead

Read

◆ bDebug

bool SDL_ratExceptionInfo::bDebug

Debug

◆ bCacheable

bool SDL_ratExceptionInfo::bCacheable

Cacheable

◆ bPriv

bool SDL_ratExceptionInfo::bPriv

Priv

◆ bSecure

bool SDL_ratExceptionInfo::bSecure

Secure