Docs.rs
cortex-m-0.6.7
cortex-m 0.6.7
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
adamgreig
github:rust-embedded:cortex-m
github:rust-embedded:arm
Dependencies
aligned ^0.3.1
normal
bare-metal ^0.2.0
normal
bitfield ^0.13.2
normal
cortex-m ^0.7.0
normal
volatile-register ^0.2.0
normal
Versions
100%
of the crate is documented
Go to latest version
Platform
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
☰
cortex_m
::
interrupt
?
[
−
]
[src]
Function
cortex_m
::
interrupt
::
enable
pub unsafe fn enable()
Enables all the interrupts
Safety
Do not call this function inside an
interrupt::free
critical section