EPMP region specification. More...
#include <sw/device/lib/runtime/epmp.h>
Data Fields | |
uintptr_t | start |
uintptr_t | end |
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.