[][src]Enum tm4c129x::emac0::cfg::IFG_A

pub enum IFG_A {
    _96,
    _88,
    _80,
    _72,
    _64,
    _56,
    _48,
    _40,
}

Inter-Frame Gap (IFG)

Value on reset: 0

Variants

_96

0: 96 bit times

_88

1: 88 bit times

_80

2: 80 bit times

_72

3: 72 bit times

_64

4: 64 bit times

_56

5: 56 bit times

_48

6: 48 bit times

_40

7: 40 bit times

Trait Implementations

impl From<IFG_A> for u8[src]

impl Debug for IFG_A[src]

impl PartialEq<IFG_A> for IFG_A[src]

impl Copy for IFG_A[src]

impl StructuralPartialEq for IFG_A[src]

impl Clone for IFG_A[src]

Auto Trait Implementations

impl Unpin for IFG_A

impl Send for IFG_A

impl Sync for IFG_A

Blanket Implementations

impl<T> From<T> for 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> Into<U> for T where
    U: From<T>, 
[src]

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.

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

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self