Enum Lpo32kclken
pub enum Lpo32kclken {
_0 = 0,
_1 = 1,
}Expand description
32 kHz LPO_CLK enable
Value on reset: 1
Variants§
Trait Implementations§
§impl Clone for Lpo32kclken
impl Clone for Lpo32kclken
§fn clone(&self) -> Lpo32kclken
fn clone(&self) -> Lpo32kclken
Returns a duplicate 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 Debug for Lpo32kclken
impl Debug for Lpo32kclken
§impl Format for Lpo32kclken
impl Format for Lpo32kclken
§impl From<Lpo32kclken> for bool
impl From<Lpo32kclken> for bool
§fn from(variant: Lpo32kclken) -> Self
fn from(variant: Lpo32kclken) -> Self
Converts to this type from the input type.
§impl PartialEq for Lpo32kclken
impl PartialEq for Lpo32kclken
impl Copy for Lpo32kclken
impl Eq for Lpo32kclken
impl StructuralPartialEq for Lpo32kclken
Auto Trait Implementations§
impl Freeze for Lpo32kclken
impl RefUnwindSafe for Lpo32kclken
impl Send for Lpo32kclken
impl Sync for Lpo32kclken
impl Unpin for Lpo32kclken
impl UnwindSafe for Lpo32kclken
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