Enum Usbsel
#[repr(u8)]pub enum Usbsel {
Disable = 0,
Pll1Q = 1,
Pll3Q = 2,
Hsi48 = 3,
}Variants§
Disable = 0
Disable the kernel clock
Pll1Q = 1
pll1_q selected as peripheral clock
Pll3Q = 2
pll3_q selected as peripheral clock
Hsi48 = 3
HSI48 selected as peripheral clock
Implementations§
Trait Implementations§
impl Copy for Usbsel
impl Eq for Usbsel
§impl Ord for Usbsel
impl Ord for Usbsel
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 Usbsel
impl PartialOrd for Usbsel
impl StructuralPartialEq for Usbsel
Auto Trait Implementations§
impl Freeze for Usbsel
impl RefUnwindSafe for Usbsel
impl Send for Usbsel
impl Sync for Usbsel
impl Unpin for Usbsel
impl UnsafeUnpin for Usbsel
impl UnwindSafe for Usbsel
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