Enum Uartsel
#[repr(u8)]pub enum Uartsel {
Pclk1 = 0,
Psik = 1,
Hsik = 2,
Lse = 3,
}Variants§
Pclk1 = 0
rcc_pclk1 selected as kernel clock (default after reset)
Psik = 1
psik_ck selected as kernel clock
Hsik = 2
hsik_ck selected as kernel clock
Lse = 3
lse_ck selected as kernel clock
Implementations§
Trait Implementations§
impl Copy for Uartsel
impl Eq for Uartsel
§impl Ord for Uartsel
impl Ord for Uartsel
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 Uartsel
impl PartialOrd for Uartsel
impl StructuralPartialEq for Uartsel
Auto Trait Implementations§
impl Freeze for Uartsel
impl RefUnwindSafe for Uartsel
impl Send for Uartsel
impl Sync for Uartsel
impl Unpin for Uartsel
impl UnsafeUnpin for Uartsel
impl UnwindSafe for Uartsel
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