Docs.rs
async-stm32f1xx-0.3.0
async-stm32f1xx 0.3.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
mkroening
Dependencies
as-slice ^0.1
normal
cortex-m-rt ^0.6
normal
embedded-dma ^0.1
normal
embedded-hal ^0.2
normal
futures ^0.3
normal
nb ^1.0
normal
stm32f1xx-hal ^0.7
normal
void ^1.0
normal
defmt ^0.1
dev
defmt-rtt ^0.1
dev
panic-probe ^0.1
dev
stm32f1xx-hal ^0.7
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
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
async_
stm32f1xx
0.3.0
Module timer
Module Items
Structs
In crate async_
stm32f1xx
async_stm32f1xx
Module
timer
Copy item path
Source
Expand description
Future
-based abstractions for timers.
Structs
ยง
Async
Timer
An asynchronous abstraction over a timer.
Delay
Future
returned by
delay_for
.