AM64x MCU+ SDK  09.02.01
SDL_MemConfig_t Struct Reference

Detailed Description


\brief This structure defines the elements of memory configuration

Data Fields

SDL_ECC_MemSubType memSubType
 
uintptr_t memStartAddr
 
uint32_t size
 
uint32_t stride
 
uint32_t rowSize
 
bool readable
 

Field Documentation

◆ memSubType

SDL_ECC_MemSubType SDL_MemConfig_t::memSubType

Memory subtype - used to index/search for these memory configs

◆ memStartAddr

uintptr_t SDL_MemConfig_t::memStartAddr

Memory start address

◆ size

uint32_t SDL_MemConfig_t::size

Size of memory in bytes

◆ stride

uint32_t SDL_MemConfig_t::stride

Stride of memory in bytes

◆ rowSize

uint32_t SDL_MemConfig_t::rowSize

Size of each row in the memory in number of bits

◆ readable

bool SDL_MemConfig_t::readable

Memory section whether it is directly readable