Function xous::syscall::unmap_memory

source ยท
pub fn unmap_memory(range: MemoryRange) -> Result<(), Error>
Expand description

Map the given physical address to the given virtual address. The size field must be page-aligned.