Function eos_rs::api::sys::wait_for_interrupt

source ·
pub fn wait_for_interrupt()
Expand description

Presumably blocks until the program receives an interrupt.

This just calls (in Ghidra terminology) coproc_moveto_Wait_for_interrupt(0). See https://en.wikipedia.org/wiki/ARM_architecture_family#Coprocessors.