SDL API Guide for J7200
SDL MPU Enumerated Data Types

Introduction

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


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

Enumeration Type Documentation

◆ SDL_MPU_memAccessType

This enumerator defines the type of Memory access to be used

to trigger MPU exception


Enumerator
SDL_MPU_DATA_READ_ACCESS 

Use DATA Read access for MPU violation

SDL_MPU_DATA_WRITE_ACCESS 

Use DATA Write access for MPU violation