47 #ifndef INCLUDE_SDL_MPU_H_ 48 #define INCLUDE_SDL_MPU_H_ 50 #include "sdl_common.h" 126 typedef struct SDL_MPU_memConfig_s
SDL_MPU_memAccessType memAccessType
Definition: sdl_mpu.h:131
MPU Data configuration.
Definition: sdl_mpu.h:126
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.
uint32_t mpuRegionId
Definition: sdl_mpu.h:133
uint32_t * pMemLocation
Definition: sdl_mpu.h:128
SDL_MPU_memAccessType
This enumerator defines the type of Memory access to be used.
Definition: sdl_mpu.h:94