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