[][src]Function drone_cortex_m::processor::wait_for_event

pub fn wait_for_event()

Wait for event.

It is a hint instruction. If the Event Register is clear, it suspends execution in the lowest power state available consistent with a fast wakeup without the need for software restoration, until a reset, exception or other event occurs.

See also send_event.