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