pub struct COMD_SPEC;
Expand description
Trait Implementations
sourceimpl RegisterSpec for COMD_SPEC
impl RegisterSpec for COMD_SPEC
sourceimpl Resettable for COMD_SPEC
impl Resettable for COMD_SPEC
reset()
method sets COMD%s to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for COMD_SPEC
impl Send for COMD_SPEC
impl Sync for COMD_SPEC
impl Unpin for COMD_SPEC
impl UnwindSafe for COMD_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