[][src]Function rpi_pico_sdk_sys::sleep_until

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

\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()