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