SDL API Guide for J7200
sdl_mpu.h File Reference

Introduction

Header file contains enumerations, structure definitions and function

declarations for SDL MPU interface.

Go to the source code of this file.

Data Structures

struct  SDL_MPU_memConfig_t
 MPU Data configuration. More...
 

Enumerations

enum  SDL_MPU_memAccessType { SDL_MPU_DATA_READ_ACCESS = 1, SDL_MPU_DATA_WRITE_ACCESS = 2 }
 This enumerator defines the type of Memory access to be used

to trigger MPU exception

More...
 

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...