#[repr(u8)]pub enum PllEnetTogEnet2DivSelect {
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 PllEnetTogEnet2DivSelect
impl Clone for PllEnetTogEnet2DivSelect
Source§fn clone(&self) -> PllEnetTogEnet2DivSelect
fn clone(&self) -> PllEnetTogEnet2DivSelect
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 PllEnetTogEnet2DivSelect
impl Debug for PllEnetTogEnet2DivSelect
Source§impl From<PllEnetTogEnet2DivSelect> for u8
impl From<PllEnetTogEnet2DivSelect> for u8
Source§fn from(val: PllEnetTogEnet2DivSelect) -> u8
fn from(val: PllEnetTogEnet2DivSelect) -> u8
Converts to this type from the input type.
Source§impl From<u8> for PllEnetTogEnet2DivSelect
impl From<u8> for PllEnetTogEnet2DivSelect
Source§fn from(val: u8) -> PllEnetTogEnet2DivSelect
fn from(val: u8) -> PllEnetTogEnet2DivSelect
Converts to this type from the input type.
Source§impl Ord for PllEnetTogEnet2DivSelect
impl Ord for PllEnetTogEnet2DivSelect
Source§fn cmp(&self, other: &PllEnetTogEnet2DivSelect) -> Ordering
fn cmp(&self, other: &PllEnetTogEnet2DivSelect) -> 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 PllEnetTogEnet2DivSelect
impl PartialEq for PllEnetTogEnet2DivSelect
Source§impl PartialOrd for PllEnetTogEnet2DivSelect
impl PartialOrd for PllEnetTogEnet2DivSelect
impl Copy for PllEnetTogEnet2DivSelect
impl Eq for PllEnetTogEnet2DivSelect
impl StructuralPartialEq for PllEnetTogEnet2DivSelect
Auto Trait Implementations§
impl Freeze for PllEnetTogEnet2DivSelect
impl RefUnwindSafe for PllEnetTogEnet2DivSelect
impl Send for PllEnetTogEnet2DivSelect
impl Sync for PllEnetTogEnet2DivSelect
impl Unpin for PllEnetTogEnet2DivSelect
impl UnwindSafe for PllEnetTogEnet2DivSelect
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