Struct cortex_m::peripheral::ICB
source · pub struct ICB { /* private fields */ }
Expand description
Implementation Control Block.
This block contains implementation-defined registers like ictr
and
actlr
. It’s called the “implementation control block” in the ARMv8-M
standard, but earlier standards contained the registers, just without a
name.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ICB
impl RefUnwindSafe for ICB
impl !Sync for ICB
impl Unpin for ICB
impl UnwindSafe for ICB
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more