pub struct WDOGPCELLID2_SPEC;Expand description
Component ID Register 2.
This register you can read. See API.
For information about available fields see wdogpcellid2 module
Trait Implementations§
Source§impl Readable for WDOGPCELLID2_SPEC
read() method returns wdogpcellid2::R reader structure
impl Readable for WDOGPCELLID2_SPEC
read() method returns wdogpcellid2::R reader structure
Source§impl RegisterSpec for WDOGPCELLID2_SPEC
impl RegisterSpec for WDOGPCELLID2_SPEC
Source§impl Resettable for WDOGPCELLID2_SPEC
reset() method sets WDOGPCELLID2 to value 0x05
impl Resettable for WDOGPCELLID2_SPEC
reset() method sets WDOGPCELLID2 to value 0x05
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for WDOGPCELLID2_SPEC
impl RefUnwindSafe for WDOGPCELLID2_SPEC
impl Send for WDOGPCELLID2_SPEC
impl Sync for WDOGPCELLID2_SPEC
impl Unpin for WDOGPCELLID2_SPEC
impl UnwindSafe for WDOGPCELLID2_SPEC
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