![]() |
SDL API Guide for J721E
|
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 |
| uint32_t SDL_ratExceptionInfo::type |
Identifies the exception type (for the RAT, this field should equal 4)
| uint64_t SDL_ratExceptionInfo::address |
Address
| uint32_t SDL_ratExceptionInfo::group |
Group
| uint32_t SDL_ratExceptionInfo::code |
Code
| uint32_t SDL_ratExceptionInfo::srcId |
Source ID
| uint32_t SDL_ratExceptionInfo::destId |
Destination ID
| uint32_t SDL_ratExceptionInfo::routeId |
Route ID
| uint32_t SDL_ratExceptionInfo::privId |
Priv ID
| uint32_t SDL_ratExceptionInfo::byteCnt |
Byte Count
| bool SDL_ratExceptionInfo::bWrite |
Write
| bool SDL_ratExceptionInfo::bRead |
Read
| bool SDL_ratExceptionInfo::bDebug |
Debug
| bool SDL_ratExceptionInfo::bCacheable |
Cacheable
| bool SDL_ratExceptionInfo::bPriv |
Priv
| bool SDL_ratExceptionInfo::bSecure |
Secure