[][src]Enum imxrt1062_enet::tcsr::TPWC_A

#[repr(u8)]pub enum TPWC_A {
    TPWC_0,
    TPWC_1,
    TPWC_2,
    TPWC_3,
    TPWC_31,
}

Timer PulseWidth Control

Value on reset: 0

Variants

TPWC_0

0: Pulse width is one 1588-clock cycle.

TPWC_1

1: Pulse width is two 1588-clock cycles.

TPWC_2

2: Pulse width is three 1588-clock cycles.

TPWC_3

3: Pulse width is four 1588-clock cycles.

TPWC_31

31: Pulse width is 32 1588-clock cycles.

Trait Implementations

impl Clone for TPWC_A[src]

impl Copy for TPWC_A[src]

impl Debug for TPWC_A[src]

impl From<TPWC_A> for u8[src]

impl PartialEq<TPWC_A> for TPWC_A[src]

impl StructuralPartialEq for TPWC_A[src]

Auto Trait Implementations

impl Send for TPWC_A

impl Sync for TPWC_A

impl Unpin for TPWC_A

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.