Struct efm32wg232_pac::cmu::calcnt::CALCNT_SPEC
source · [−]pub struct CALCNT_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for CALCNT_SPEC
impl Readable for CALCNT_SPEC
read()
method returns calcnt::R reader structure
sourceimpl RegisterSpec for CALCNT_SPEC
impl RegisterSpec for CALCNT_SPEC
sourceimpl Resettable for CALCNT_SPEC
impl Resettable for CALCNT_SPEC
reset()
method sets CALCNT to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for CALCNT_SPEC
impl Send for CALCNT_SPEC
impl Sync for CALCNT_SPEC
impl Unpin for CALCNT_SPEC
impl UnwindSafe for CALCNT_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more