Enum Lpuartsel
#[repr(u8)]pub enum Lpuartsel {
Pclk4 = 0,
Pll2Q = 1,
Pll3Q = 2,
Hsi = 3,
Csi = 4,
Lse = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
}Variants§
Pclk4 = 0
rcc_pclk_d4 selected as peripheral clock
Pll2Q = 1
pll2_q selected as peripheral clock
Pll3Q = 2
pll3_q selected as peripheral clock
Hsi = 3
hsi_ker selected as peripheral clock
Csi = 4
csi_ker selected as peripheral clock
Lse = 5
LSE selected as peripheral clock
_RESERVED_6 = 6
_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§
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