pub struct TASKS_LFCLKSTOP_SPEC;
Expand description
Stop LFCLK
This register you can write_with_zero
, reset
, write
. See API.
For information about available fields see tasks_lfclkstop module
Trait Implementations§
Source§impl RegisterSpec for TASKS_LFCLKSTOP_SPEC
impl RegisterSpec for TASKS_LFCLKSTOP_SPEC
Source§impl Resettable for TASKS_LFCLKSTOP_SPEC
impl Resettable for TASKS_LFCLKSTOP_SPEC
reset()
method sets TASKS_LFCLKSTOP to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Source§impl Writable for TASKS_LFCLKSTOP_SPEC
impl Writable for TASKS_LFCLKSTOP_SPEC
write(|w| ..)
method takes tasks_lfclkstop::W writer structure
Auto Trait Implementations§
impl Freeze for TASKS_LFCLKSTOP_SPEC
impl RefUnwindSafe for TASKS_LFCLKSTOP_SPEC
impl Send for TASKS_LFCLKSTOP_SPEC
impl Sync for TASKS_LFCLKSTOP_SPEC
impl Unpin for TASKS_LFCLKSTOP_SPEC
impl UnwindSafe for TASKS_LFCLKSTOP_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