pub struct ImrSpec;
Trait Implementations§
Source§impl Resettable for ImrSpec
reset()
method sets IMR to value 0
impl Resettable for ImrSpec
reset()
method sets IMR to value 0
Source§const RESET_VALUE: u32 = 0u32
const RESET_VALUE: u32 = 0u32
Reset value of the register.
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
impl Readable for ImrSpec
read()
method returns imr::R
reader structure
Auto Trait Implementations§
impl Freeze for ImrSpec
impl RefUnwindSafe for ImrSpec
impl Send for ImrSpec
impl Sync for ImrSpec
impl Unpin for ImrSpec
impl UnwindSafe for ImrSpec
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