pub struct DCFG_SPEC;
Expand description
Trait Implementations§
Source§impl Resettable for DCFG_SPEC
reset()
method sets DCFG to value 0x0220_0000
impl Resettable for DCFG_SPEC
reset()
method sets DCFG to value 0x0220_0000
Source§fn reset_value() -> <DCFG_SPEC as RegisterSpec>::Ux
fn reset_value() -> <DCFG_SPEC as RegisterSpec>::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for DCFG_SPEC
impl RefUnwindSafe for DCFG_SPEC
impl Send for DCFG_SPEC
impl Sync for DCFG_SPEC
impl Unpin for DCFG_SPEC
impl UnwindSafe for DCFG_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