[][src]Enum tm4c129x::emac0::pc::ANMODE_A

pub enum ANMODE_A {
    _10HD,
    _10FD,
    _100HD,
    _100FD,
}

Auto Negotiation Mode

Value on reset: 0

Variants

_10HD

0: When ANEN = 0x0, the mode is 10Base-T, Half-Duplex

_10FD

1: When ANEN = 0x0, the mode is 10Base-T, Full-Duplex

_100HD

2: When ANEN = 0x0, the mode is 100Base-TX, Half-Duplex

_100FD

3: When ANEN = 0x0, the mode is 100Base-TX, Full-Duplex

Trait Implementations

impl From<ANMODE_A> for u8[src]

impl Debug for ANMODE_A[src]

impl PartialEq<ANMODE_A> for ANMODE_A[src]

impl Copy for ANMODE_A[src]

impl StructuralPartialEq for ANMODE_A[src]

impl Clone for ANMODE_A[src]

Auto Trait Implementations

impl Unpin for ANMODE_A

impl Send for ANMODE_A

impl Sync for ANMODE_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