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