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