Function xous::syscall::rsyscall

source ยท
pub fn rsyscall(call: SysCall) -> SysCallResult
Expand description

Perform a raw syscall and return the result. This will transform xous::Result::Error(e) into an Err(e).