[][src]Function rpi_pico_sdk::sleep_us

pub unsafe extern "C" fn sleep_us(us: u64)

\brief Wait for the given number of microseconds before returning \ingroup sleep

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

\param us the number of microseconds to sleep \sa busy_wait_us()