Enum Lpuartsel
#[repr(u8)]pub enum Lpuartsel {
PCLK4 = 0,
PER = 1,
IC9 = 2,
IC14 = 3,
LSE = 4,
MSI = 5,
HSI_DIV = 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.
HSI_DIV = 6
hsi_div_ck selected as reference clock.
_RESERVED_7 = 7
Implementations§
Trait Implementations§
§impl Ord for Lpuartsel
impl Ord for Lpuartsel
§impl PartialOrd for Lpuartsel
impl PartialOrd for Lpuartsel
impl Copy for Lpuartsel
impl Eq 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 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