SDL API Guide for J721E
|
Header file contains enumerations, structure definitions and function.
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. 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... | |