Struct Lfclkalwaysrun
#[repr(transparent)]pub struct Lfclkalwaysrun(pub u32);
Expand description
Automatic or manual control of LFCLK
Tuple Fields§
§0: u32
Implementations§
§impl Lfclkalwaysrun
impl Lfclkalwaysrun
pub const fn alwaysrun(&self) -> LfclkalwaysrunAlwaysrun
pub const fn alwaysrun(&self) -> LfclkalwaysrunAlwaysrun
Ensure clock is always running
pub fn set_alwaysrun(&mut self, val: LfclkalwaysrunAlwaysrun)
pub fn set_alwaysrun(&mut self, val: LfclkalwaysrunAlwaysrun)
Ensure clock is always running
Trait Implementations§
§impl Clone for Lfclkalwaysrun
impl Clone for Lfclkalwaysrun
§fn clone(&self) -> Lfclkalwaysrun
fn clone(&self) -> Lfclkalwaysrun
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for Lfclkalwaysrun
impl Default for Lfclkalwaysrun
§fn default() -> Lfclkalwaysrun
fn default() -> Lfclkalwaysrun
Returns the “default value” for a type. Read more
§impl PartialEq for Lfclkalwaysrun
impl PartialEq for Lfclkalwaysrun
impl Copy for Lfclkalwaysrun
impl Eq for Lfclkalwaysrun
impl StructuralPartialEq for Lfclkalwaysrun
Auto Trait Implementations§
impl Freeze for Lfclkalwaysrun
impl RefUnwindSafe for Lfclkalwaysrun
impl Send for Lfclkalwaysrun
impl Sync for Lfclkalwaysrun
impl Unpin for Lfclkalwaysrun
impl UnwindSafe for Lfclkalwaysrun
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