Docs.rs
stm32f1xx-hal-0.10.0
stm32f1xx-hal 0.10.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
therealprof
TheZoq2
github:stm32-rs:stm32f1
Dependencies
bitflags ^1.3.2
normal
bxcan ^0.7
normal
cortex-m ^0.7.6
normal
cortex-m-rt ^0.7.1
normal
embedded-dma ^0.2.0
normal
embedded-hal ^0.2.7
normal
fugit ^0.3.6
normal
fugit-timer ^0.1.3
normal
nb ^1
normal
rtic-monotonic ^1.0
normal
optional
stm32-usbd ^0.6.0
normal
optional
stm32f1 ^0.15.1
normal
void ^1.0.2
normal
cortex-m-rtic ^1.1.3
dev
cortex-m-semihosting ^0.5.0
dev
heapless ^0.7.16
dev
mfrc522 ^0.3.0
dev
panic-halt ^0.2.0
dev
panic-itm ^0.4.2
dev
panic-semihosting ^0.6.0
dev
unwrap-infallible ^0.1.5
dev
usb-device ^0.2.8
dev
usbd-serial ^0.1.1
dev
Versions
47.86%
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
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
stm32f1xx_
hal
0.10.0
Module delay
Module Items
Structs
Type Aliases
In stm32f1xx_
hal::
timer
stm32f1xx_hal
::
timer
Module
delay
Copy item path
Source
Expand description
Delays
Structs
§
Delay
Periodic non-blocking timer that imlements
embedded_hal::blocking::delay
traits
SysDelay
Timer as a delay provider (SysTick by default)
Type Aliases
§
DelayMs
Delay
with precision of 1 ms (1 kHz sampling)
DelayUs
Delay
with precision of 1 μs (1 MHz sampling)