Function panda_sys::memory_region_present[][src]

pub unsafe extern "C" fn memory_region_present(
    container: *mut MemoryRegion,
    addr: hwaddr
) -> bool
Expand description

memory_region_present: checks if an address relative to a @container translates into #MemoryRegion within @container

Answer whether a #MemoryRegion within @container covers the address @addr.

@container: a #MemoryRegion within which @addr is a relative address @addr: the area within @container to be searched