[][src]Function rpi_pico_sdk::sleep_ms

pub unsafe extern "C" fn sleep_ms(ms: u32)

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

\note This method attempts to perform a lower power sleep (using WFE) as much as possible.

\param ms the number of milliseconds to sleep