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