Docs.rs
embedded-threads-0.1.0
embedded-threads 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
kaspar030
Dependencies
cortex-m ^0.7.7
normal
cortex-m-rt ^0.7.2
normal
cortex-m-semihosting ^0.5.0
normal
panic-semihosting ^0.6.0
normal
riot-rs-runqueue 0.1.*
normal
Versions
21.88%
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
embedded_
threads
0.1.0
Module interrupt
Module Items
Structs
Traits
Functions
In crate embedded_
threads
embedded_threads
Module
interrupt
Copy item path
Source
Expand description
Interrupts
Structs
§
Critical
Section
Critical section token
Mutex
A “mutex” based on critical sections
Traits
§
Interrupt
Number
Trait for enums of external interrupt numbers.
Nr
Interrupt number
Functions
§
disable
Disables all interrupts
enable
⚠
Enables all the interrupts
free
Execute closure
f
in an interrupt-free context.