sleep_us

Function sleep_us 

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

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