pub struct MASSLOCK_SPEC;
Expand description
Trait Implementations§
Source§impl Readable for MASSLOCK_SPEC
read()
method returns masslock::R reader structure
impl Readable for MASSLOCK_SPEC
read()
method returns masslock::R reader structure
Source§impl RegisterSpec for MASSLOCK_SPEC
impl RegisterSpec for MASSLOCK_SPEC
Source§impl Resettable for MASSLOCK_SPEC
reset()
method sets MASSLOCK to value 0x01
impl Resettable for MASSLOCK_SPEC
reset()
method sets MASSLOCK to value 0x01
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for MASSLOCK_SPEC
write(|w| ..)
method takes masslock::W writer structure
impl Writable for MASSLOCK_SPEC
write(|w| ..)
method takes masslock::W writer structure
Auto Trait Implementations§
impl Freeze for MASSLOCK_SPEC
impl RefUnwindSafe for MASSLOCK_SPEC
impl Send for MASSLOCK_SPEC
impl Sync for MASSLOCK_SPEC
impl Unpin for MASSLOCK_SPEC
impl UnwindSafe for MASSLOCK_SPEC
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more