#[repr(u8)]pub enum Usb0clkselSel {
ENUM_0X0 = 0,
ENUM_0X1 = 1,
ENUM_0X2 = 2,
ENUM_0X3 = 3,
ENUM_0X4 = 4,
ENUM_0X5 = 5,
ENUM_0X6 = 6,
ENUM_0X7 = 7,
}Variants§
ENUM_0X0 = 0
Main clock.
ENUM_0X1 = 1
PLL0 clock.
ENUM_0X2 = 2
No clock.
ENUM_0X3 = 3
FRO 96 MHz clock.
ENUM_0X4 = 4
No clock.
ENUM_0X5 = 5
PLL1 clock.
ENUM_0X6 = 6
No clock.
ENUM_0X7 = 7
No clock.
Implementations§
Source§impl Usb0clkselSel
impl Usb0clkselSel
Trait Implementations§
Source§impl Clone for Usb0clkselSel
impl Clone for Usb0clkselSel
Source§fn clone(&self) -> Usb0clkselSel
fn clone(&self) -> Usb0clkselSel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Usb0clkselSel
impl Debug for Usb0clkselSel
Source§impl From<Usb0clkselSel> for u8
impl From<Usb0clkselSel> for u8
Source§fn from(val: Usb0clkselSel) -> u8
fn from(val: Usb0clkselSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Usb0clkselSel
impl From<u8> for Usb0clkselSel
Source§fn from(val: u8) -> Usb0clkselSel
fn from(val: u8) -> Usb0clkselSel
Converts to this type from the input type.
Source§impl Ord for Usb0clkselSel
impl Ord for Usb0clkselSel
Source§fn cmp(&self, other: &Usb0clkselSel) -> Ordering
fn cmp(&self, other: &Usb0clkselSel) -> Ordering
1.21.0 · 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
Source§impl PartialEq for Usb0clkselSel
impl PartialEq for Usb0clkselSel
Source§impl PartialOrd for Usb0clkselSel
impl PartialOrd for Usb0clkselSel
impl Copy for Usb0clkselSel
impl Eq for Usb0clkselSel
impl StructuralPartialEq for Usb0clkselSel
Auto Trait Implementations§
impl Freeze for Usb0clkselSel
impl RefUnwindSafe for Usb0clkselSel
impl Send for Usb0clkselSel
impl Sync for Usb0clkselSel
impl Unpin for Usb0clkselSel
impl UnwindSafe for Usb0clkselSel
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