Enum Lpuartsel
#[repr(u8)]pub enum Lpuartsel {
Pclk3 = 0,
Hsik = 1,
Lse = 2,
Lsi = 3,
}Variants§
Pclk3 = 0
rcc_pclk3 selected as kernel clock (default after reset)
Hsik = 1
hsik_ck selected as kernel clock
Lse = 2
lse_ck selected as kernel clock
Lsi = 3
lsi_ck selected as kernel clock
Implementations§
Trait Implementations§
impl Copy for Lpuartsel
impl Eq for Lpuartsel
§impl Ord for Lpuartsel
impl Ord for Lpuartsel
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Lpuartsel
impl PartialOrd for Lpuartsel
impl StructuralPartialEq for Lpuartsel
Auto Trait Implementations§
impl Freeze for Lpuartsel
impl RefUnwindSafe for Lpuartsel
impl Send for Lpuartsel
impl Sync for Lpuartsel
impl Unpin for Lpuartsel
impl UnsafeUnpin for Lpuartsel
impl UnwindSafe for Lpuartsel
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