Struct atsamd11c::mtb::lockstatus::LOCKSTATUS_SPEC
source · [−]pub struct LOCKSTATUS_SPEC;
Expand description
MTB Lock Status
This register you can read
. See API.
For information about available fields see lockstatus module
Trait Implementations
sourceimpl Readable for LOCKSTATUS_SPEC
impl Readable for LOCKSTATUS_SPEC
read()
method returns lockstatus::R reader structure
sourceimpl RegisterSpec for LOCKSTATUS_SPEC
impl RegisterSpec for LOCKSTATUS_SPEC
sourceimpl Resettable for LOCKSTATUS_SPEC
impl Resettable for LOCKSTATUS_SPEC
reset()
method sets LOCKSTATUS to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations
impl RefUnwindSafe for LOCKSTATUS_SPEC
impl Send for LOCKSTATUS_SPEC
impl Sync for LOCKSTATUS_SPEC
impl Unpin for LOCKSTATUS_SPEC
impl UnwindSafe for LOCKSTATUS_SPEC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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