pub unsafe fn syscall<T>(nr: usize, arg: &T) -> usize
Expand description
Performs a semihosting operation, takes a pointer to an argument block
ยงSafety
The syscall number must be a valid semihosting operation, and the arguments must be valid for the associated operation.