AM64x MCU+ SDK  08.03.00

Detailed Description

Region config structure, this used by SysConfig and not to be used by end-users directly.

Data Fields

uint64_t vaddr
 
uint64_t paddr
 
uint32_t size
 
MmuP_MapAttrs attr
 

Field Documentation

◆ vaddr

uint64_t MmuP_RegionConfig::vaddr

Virtual address, MUST aligned to granule size

◆ paddr

uint64_t MmuP_RegionConfig::paddr

Physical address, MUST aligned to granule size

◆ size

uint32_t MmuP_RegionConfig::size

Region size, MUST be aligned to granule size

◆ attr

MmuP_MapAttrs MmuP_RegionConfig::attr

Region attributes, see MmuP_MapAttrs