pub struct LFCLKSRCCOPY_SPEC;Expand description
Copy of LFCLKSRC register, set when LFCLKSTART task was triggered
This register you can read. See API.
For information about available fields see lfclksrccopy module
Trait Implementations§
Source§impl Readable for LFCLKSRCCOPY_SPEC
read() method returns lfclksrccopy::R reader structure
impl Readable for LFCLKSRCCOPY_SPEC
read() method returns lfclksrccopy::R reader structure
Source§impl RegisterSpec for LFCLKSRCCOPY_SPEC
impl RegisterSpec for LFCLKSRCCOPY_SPEC
Source§impl Resettable for LFCLKSRCCOPY_SPEC
reset() method sets LFCLKSRCCOPY to value 0
impl Resettable for LFCLKSRCCOPY_SPEC
reset() method sets LFCLKSRCCOPY to value 0
Source§fn reset_value() -> Self::Ux
fn reset_value() -> Self::Ux
Reset value of the register.
Auto Trait Implementations§
impl Freeze for LFCLKSRCCOPY_SPEC
impl RefUnwindSafe for LFCLKSRCCOPY_SPEC
impl Send for LFCLKSRCCOPY_SPEC
impl Sync for LFCLKSRCCOPY_SPEC
impl Unpin for LFCLKSRCCOPY_SPEC
impl UnwindSafe for LFCLKSRCCOPY_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