Docs.rs
embassy-time-driver-0.2.0
embassy-time-driver 0.2.0
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Documentation
Repository
crates.io
Source
Owners
Dirbaio
Dependencies
document-features ^0.2.7
normal
critical-section ^1
dev
Versions
100%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
embassy_
time_
driver
0.2.0
embassy_time_driver
Function
schedule_wake
Copy item path
Source
pub fn schedule_wake(at:
u64
, waker: &
Waker
)
Expand description
Schedule the given waker to be woken at
at
.