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_MCRC_MAX_CTRL_FLAG_VAL (1U) |
The max value that can be passed to Bus Tracing Control APIs as the ctrlFlag value. More... | |
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_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... | |