pub struct TSR_SPEC;
Expand description
Trait Implementations§
Source§impl Resettable for TSR_SPEC
reset()
method sets TSR to value 0x1c00_0000
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 Freeze for TSR_SPEC
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