#[repr(u8)]pub enum FreqSel {
_RESERVED_0 = 0,
FIRC_48MHZ_192S = 1,
_RESERVED_2 = 2,
FIRC_64MHZ = 3,
_RESERVED_4 = 4,
FIRC_96MHZ = 5,
_RESERVED_6 = 6,
FIRC_192MHZ = 7,
}Variants§
_RESERVED_0 = 0
FIRC_48MHZ_192S = 1
45 MHz FIRC clock selected, divided from 180 MHz.
_RESERVED_2 = 2
FIRC_64MHZ = 3
60 MHz FIRC clock selected.
_RESERVED_4 = 4
FIRC_96MHZ = 5
90 MHz FIRC clock selected.
_RESERVED_6 = 6
FIRC_192MHZ = 7
180 MHz FIRC clock selected.
Implementations§
Trait Implementations§
Source§impl Ord for FreqSel
impl Ord for FreqSel
Source§impl PartialOrd for FreqSel
impl PartialOrd for FreqSel
impl Copy for FreqSel
impl Eq for FreqSel
impl StructuralPartialEq for FreqSel
Auto Trait Implementations§
impl Freeze for FreqSel
impl RefUnwindSafe for FreqSel
impl Send for FreqSel
impl Sync for FreqSel
impl Unpin for FreqSel
impl UnwindSafe for FreqSel
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