Docs.rs
cortex-ar-0.3.0
cortex-ar 0.3.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
adamgreig
jonathanpallant
github:rust-embedded:arm
Dependencies
arbitrary-int ^2
normal
bitbybit ^1.4
normal
critical-section ^1.2.0
normal
optional
defmt ^1
normal
optional
num_enum ^0.7
normal
serde ^1
normal
optional
thiserror ^2
normal
arm-targets ^0.3.0
build
Versions
88.27%
of the crate is documented
Platform
armv7r-none-eabi
armv7r-none-eabihf
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
free
cortex_
ar
0.3.0
In cortex_
ar::
interrupt
cortex_ar
::
interrupt
Function
free
Copy item path
Source
pub fn free<F, T>(f: F) -> T
where F:
FnOnce
() -> T,
Expand description
Run with interrupts disabled
Doesn’t work in User mode.
Doesn’t disable FIQ.