sleep_until

Function sleep_until 

Source
pub unsafe extern "C" fn sleep_until(target: absolute_time_t)
Expand description

\brief Wait until after the given timestamp to return \ingroup sleep

\note This method attempts to perform a lower power (WFE) sleep

\param target the time after which to return \sa sleep_us() \sa busy_wait_until()