SDL API Guide for J721E
SDL MPU Functions

Introduction

Functions

int32_t SDL_MPU_selfTest (const SDL_MPU_memConfig_t *pMemConfig, uint32_t loopCount)
 Self Test API for MPU module NOTE: Need to call SDL_MPU_init function before calling this API. More...
 

Function Documentation

◆ SDL_MPU_selfTest()

int32_t SDL_MPU_selfTest ( const SDL_MPU_memConfig_t pMemConfig,
uint32_t  loopCount 
)

Self Test API for MPU module NOTE: Need to call SDL_MPU_init function before calling this API.

============================================================================

Parameters
pMemConfigPointer to memory configuration to be used for MPU exception
loopCountBased on this count the diagnostics will wait in a loop value of 0 indicates WAIT_FOREVER
Returns
SDL_RETURN_PASS : Success; SDL_RETURN_FAIL for failures