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