r.a.DeviceAddressSpace(AddressSpace) : class documentation

Part of reven.api View In Hierarchy

An address space representing a device physical memory.

Method __init__
Method chunks The list of contiguous regions the address space is composed of.
Method __repr__ Undocumented

Inherited from AddressSpace:

Class Chunk An address space contiguous region.
Method base The address space's base address.
Method __contains__ Find out if an address is inside the address space. @param address: The virtual address to test. @return: A boolean indicating whether or not the address is present in this address space.
def __init__(self, revn, rvn_device_as):
ParametersrevnA Project instance.
rvn_device_asA reven_api.vector_of_memory_range instance.
def chunks(self):

The list of contiguous regions the address space is composed of.

def __repr__(self):
Undocumented
API Documentation for reven, generated by pydoctor at 2016-05-25 16:38:00.