sleep_us() function
Wait for the given number of microseconds before returning
Syntax
void sleep_us(uint64_t us); Arguments
us
the number of microseconds to sleep \sa busy_wait_us()
Notes
This method attempts to perform a lower power (WFE) sleep
Examples
sleep_us() is referenced by 5 libraries and example projects: