Struct efm32lg940_pac::timer3::cc1_ccvp::CC1_CCVP_SPEC
source · [−]pub struct CC1_CCVP_SPEC;
Expand description
Trait Implementations
sourceimpl Readable for CC1_CCVP_SPEC
impl Readable for CC1_CCVP_SPEC
read()
method returns cc1_ccvp::R reader structure
sourceimpl RegisterSpec for CC1_CCVP_SPEC
impl RegisterSpec for CC1_CCVP_SPEC
sourceimpl Resettable for CC1_CCVP_SPEC
impl Resettable for CC1_CCVP_SPEC
reset()
method sets CC1_CCVP to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for CC1_CCVP_SPEC
impl Send for CC1_CCVP_SPEC
impl Sync for CC1_CCVP_SPEC
impl Unpin for CC1_CCVP_SPEC
impl UnwindSafe for CC1_CCVP_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