pub struct DID_SPEC;
Expand description
Trait Implementations
sourceimpl RegisterSpec for DID_SPEC
impl RegisterSpec for DID_SPEC
sourceimpl Resettable for DID_SPEC
impl Resettable for DID_SPEC
reset()
method sets DID to value 0x6006_0202
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for DID_SPEC
impl Send for DID_SPEC
impl Sync for DID_SPEC
impl Unpin for DID_SPEC
impl UnwindSafe for DID_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more