An address space representing a device physical memory.

Method __init__ Initialize a DeviceAddressSpace instance. Not meant to be called directly.
Method segments Property: The contiguous regions the address space is composed of.
Method __repr__ Undocumented

Inherited from AddressSpace:

Class Segment Named contiguous part of memory.
Method contains Find out if an address is inside the address space.
def __init__(self, rvn_device_address_spaces, device_name):

Initialize a DeviceAddressSpace instance. Not meant to be called directly.

Use Device.mapping instead.

ParametersprojectA Project instance.
rvn_device_address_spacesA reven_api.vector_of_memory_range instance.
@property
def segments(self):

Property: The contiguous regions the address space is composed of.

ReturnsA list of Segment objects.
def __repr__(self):
Undocumented
API Documentation for reven, generated by pydoctor at 2018-06-06 16:31:21.