Enum Lpuartsel
#[repr(u8)]pub enum Lpuartsel {
Pclk4 = 0,
Per = 1,
Ic9 = 2,
Ic14 = 3,
Lse = 4,
Msi = 5,
HsiDiv = 6,
_RESERVED_7 = 7,
}Variants§
Pclk4 = 0
pclk4 selected as reference clock.
Per = 1
per_ck selected as reference clock.
Ic9 = 2
ic9_ck selected as reference clock.
Ic14 = 3
ic14_ck selected as reference clock.
Lse = 4
lse_ck selected as reference clock.
Msi = 5
msi_ck selected as reference clock.
HsiDiv = 6
hsi_div_ck selected as reference clock.
_RESERVED_7 = 7
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§
impl<T, I> Binding<I, NoHandler<I>> for T
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