Struct atsamd11c::mtb::lockaccess::LOCKACCESS_SPEC
source · [−]pub struct LOCKACCESS_SPEC;
Expand description
MTB Lock Access
This register you can read
, write_with_zero
, reset
, write
, modify
. See API.
For information about available fields see lockaccess module
Trait Implementations
sourceimpl Readable for LOCKACCESS_SPEC
impl Readable for LOCKACCESS_SPEC
read()
method returns lockaccess::R reader structure
sourceimpl RegisterSpec for LOCKACCESS_SPEC
impl RegisterSpec for LOCKACCESS_SPEC
sourceimpl Resettable for LOCKACCESS_SPEC
impl Resettable for LOCKACCESS_SPEC
reset()
method sets LOCKACCESS to value 0
sourcefn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
sourceimpl Writable for LOCKACCESS_SPEC
impl Writable for LOCKACCESS_SPEC
write(|w| ..)
method takes lockaccess::W writer structure
Auto Trait Implementations
impl RefUnwindSafe for LOCKACCESS_SPEC
impl Send for LOCKACCESS_SPEC
impl Sync for LOCKACCESS_SPEC
impl Unpin for LOCKACCESS_SPEC
impl UnwindSafe for LOCKACCESS_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