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