|  | SDL API Guide for J721E
    | 
Go to the source code of this file.
| Data Bus Mask | |
| #define | SDL_MCRC_DATA_BUS_ITCM_MASK (SDL_MCRC_MCRC_BUS_SEL_ITC_MEN_MASK) | 
| #define | SDL_MCRC_DATA_BUS_DTCM_MASK (SDL_MCRC_MCRC_BUS_SEL_DTC_MEN_MASK) | 
| #define | SDL_MCRC_DATA_BUS_VBUSM_MASK (SDL_MCRC_MCRC_BUS_SEL_MEN_MASK) | 
| #define | SDL_MCRC_DATA_BUS_MASK_ALL | 
| typedef uint32_t | SDL_MCRC_DataBusMask_t | 
| MCRC data bus type mask selected for tracing control.  More... | |
| Macros | |
| #define | SDL_TRUE (1U) | 
| Functions | |
| int32_t | SDL_MCRC_GetHighestPriorityIntrStatus (SDL_MCRC_InstType instance, uint32_t *pIntVecAddr) | 
| This API is used to get the pending interrupt with highest priority.  More... | |
| int32_t | SDL_MCRC_DataBusTracingCtrl (SDL_MCRC_InstType instance, uint32_t ctrlFlag, SDL_MCRC_DataBusMask_t dataBusMask, SDL_MCRC_DataBusMask_t busEnableMask) | 
| This API is used to control the MCRC data bus tracing.  More... | |
| int32_t | SDL_MCRC_getBaseaddr (SDL_MCRC_InstType instance, uint32_t *baseAddr) | 
| This API is used to get the base address of the instance.  More... | |
| int32_t | SDL_MCRC_VerifyBusTracingCtrl (SDL_MCRC_InstType instance, uint32_t ctrlFlag, SDL_MCRC_DataBusMask_t dataBusMask, SDL_MCRC_DataBusMask_t busEnableMask) | 
| This API is used to verify the control the MCRC data bus tracing.  More... | |
| #define SDL_TRUE (1U) |