[][src]Enum imxrt1062_ccm_analog::pll_enet_tog::ENET2_DIV_SELECT_A

#[repr(u8)]pub enum ENET2_DIV_SELECT_A {
    ENET2_DIV_SELECT_0,
    ENET2_DIV_SELECT_1,
    ENET2_DIV_SELECT_2,
    ENET2_DIV_SELECT_3,
}

Controls the frequency of the ENET2 reference clock.

Value on reset: 0

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

Trait Implementations

impl Clone for ENET2_DIV_SELECT_A[src]

impl Copy for ENET2_DIV_SELECT_A[src]

impl Debug for ENET2_DIV_SELECT_A[src]

impl From<ENET2_DIV_SELECT_A> for u8[src]

impl PartialEq<ENET2_DIV_SELECT_A> for ENET2_DIV_SELECT_A[src]

impl StructuralPartialEq for ENET2_DIV_SELECT_A[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.