We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 673a7be commit c2cba3fCopy full SHA for c2cba3f
1 file changed
cortex-m/src/peripheral/mod.rs
@@ -169,6 +169,7 @@ impl Peripherals {
169
}
170
171
/// Steal the peripherals without marking them as taken.
172
+ #[inline]
173
pub const unsafe fn const_steal() -> Self {
174
Peripherals {
175
#[cfg(feature = "cm7")]
0 commit comments