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