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

pub enum BL_A {
    _1024,
    _256,
    _8,
    _2,
}

Back-Off Limit

Value on reset: 0

Variants

_1024

0: k = min (n,10)

_256

1: k = min (n,8)

_8

2: k = min (n,4)

_2

3: k = min (n,1)

Trait Implementations

impl From<BL_A> for u8[src]

impl Debug for BL_A[src]

impl PartialEq<BL_A> for BL_A[src]

impl Copy for BL_A[src]

impl StructuralPartialEq for BL_A[src]

impl Clone for BL_A[src]

Auto Trait Implementations

impl Unpin for BL_A

impl Send for BL_A

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