pub struct LFCLKSTAT { /* private fields */ }
Expand description
The register shows which LFCLK source has been requested (SRC) when triggering LFCLKSTART task and if the source has been started (STATE)
Implementations§
Auto Trait Implementations§
impl !Freeze for LFCLKSTAT
impl !RefUnwindSafe for LFCLKSTAT
impl Send for LFCLKSTAT
impl !Sync for LFCLKSTAT
impl Unpin for LFCLKSTAT
impl UnwindSafe for LFCLKSTAT
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