pub unsafe extern "C" fn nrf_modem_os_sleep(timeout: u32) -> c_int
Expand description

Put a thread to sleep for a specific amount of time.

  • timeout - Timeout in millisec. @returns 0 on success, a negative errno otherwise.