Software APIs
Data Fields
epmp_region Struct Reference

EPMP region specification. More...

#include <sw/device/lib/runtime/epmp.h>

Data Fields

uintptr_t start
 
uintptr_t end
 

Detailed Description

EPMP region specification.

ePMP region specification.

Provides the start and end addresses of a particular region. These addresses are byte-aligned (i.e. they are like regular pointers rather than encoded addresses).

The start address is inclusive and the end address is exclusive.

Provides the unencoded start and end addresses of a particular region.

The start address is inclusive and the end address is exclusive.

Definition at line 97 of file epmp.h.

Field Documentation

◆ end

uintptr_t epmp_region::end

Definition at line 99 of file epmp.h.

◆ start

uintptr_t epmp_region::start

Definition at line 98 of file epmp.h.