#[repr(u8)]pub enum PllEnetEnet2DivSelect {
ENET2_DIV_SELECT_0 = 0,
ENET2_DIV_SELECT_1 = 1,
ENET2_DIV_SELECT_2 = 2,
ENET2_DIV_SELECT_3 = 3,
}Variants§
ENET2_DIV_SELECT_0 = 0
25MHz
ENET2_DIV_SELECT_1 = 1
50MHz
ENET2_DIV_SELECT_2 = 2
100MHz (not 50% duty cycle)
ENET2_DIV_SELECT_3 = 3
125MHz
Implementations§
Trait Implementations§
Source§impl Clone for PllEnetEnet2DivSelect
impl Clone for PllEnetEnet2DivSelect
Source§fn clone(&self) -> PllEnetEnet2DivSelect
fn clone(&self) -> PllEnetEnet2DivSelect
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 PllEnetEnet2DivSelect
impl Debug for PllEnetEnet2DivSelect
Source§impl From<PllEnetEnet2DivSelect> for u8
impl From<PllEnetEnet2DivSelect> for u8
Source§fn from(val: PllEnetEnet2DivSelect) -> u8
fn from(val: PllEnetEnet2DivSelect) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PllEnetEnet2DivSelect
impl From<u8> for PllEnetEnet2DivSelect
Source§fn from(val: u8) -> PllEnetEnet2DivSelect
fn from(val: u8) -> PllEnetEnet2DivSelect
Converts to this type from the input type.
Source§impl Ord for PllEnetEnet2DivSelect
impl Ord for PllEnetEnet2DivSelect
Source§fn cmp(&self, other: &PllEnetEnet2DivSelect) -> Ordering
fn cmp(&self, other: &PllEnetEnet2DivSelect) -> 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 PllEnetEnet2DivSelect
impl PartialEq for PllEnetEnet2DivSelect
Source§impl PartialOrd for PllEnetEnet2DivSelect
impl PartialOrd for PllEnetEnet2DivSelect
impl Copy for PllEnetEnet2DivSelect
impl Eq for PllEnetEnet2DivSelect
impl StructuralPartialEq for PllEnetEnet2DivSelect
Auto Trait Implementations§
impl Freeze for PllEnetEnet2DivSelect
impl RefUnwindSafe for PllEnetEnet2DivSelect
impl Send for PllEnetEnet2DivSelect
impl Sync for PllEnetEnet2DivSelect
impl Unpin for PllEnetEnet2DivSelect
impl UnwindSafe for PllEnetEnet2DivSelect
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