pub struct WDOGPERIPHID2_R(/* private fields */);Expand description
Field WDOGPERIPHID2 reader - Peripheral ID Register 2. [7:4]
Revision. [3]
jedec_used. [2:0]
jep106_id_6_4.
Methods from Deref<Target = FieldReader<u8, u8>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WDOGPERIPHID2_R
impl RefUnwindSafe for WDOGPERIPHID2_R
impl Send for WDOGPERIPHID2_R
impl Sync for WDOGPERIPHID2_R
impl Unpin for WDOGPERIPHID2_R
impl UnwindSafe for WDOGPERIPHID2_R
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