Docs.rs
cortex-m-0.7.7
cortex-m 0.7.7
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
adamgreig
github:rust-embedded:cortex-m
Dependencies
bare-metal ^0.2.4
normal
bitfield ^0.13.2
normal
critical-section ^1.0.0
normal
embedded-hal ^0.2.4
normal
serde ^1
normal
volatile-register ^0.2.0
normal
Versions
100%
of the crate is documented
Platform
thumbv6m-none-eabi
thumbv7em-none-eabi
thumbv7em-none-eabihf
thumbv7m-none-eabi
thumbv8m.base-none-eabi
thumbv8m.main-none-eabi
thumbv8m.main-none-eabihf
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
Module interrupt
Structs
Traits
Functions
?
Module
cortex_m
::
interrupt
source
·
[
−
]
Expand description
Interrupts
Structs
CriticalSection
Critical section token
Mutex
A “mutex” based on critical sections
Traits
InterruptNumber
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.