[][src]Enum tm4c129x::emac0::dmaopmode::TTC_A

pub enum TTC_A {
    _64,
    _128,
    _192,
    _256,
    _40,
    _32,
    _24,
    _16,
}

Transmit Threshold Control

Value on reset: 0

Variants

_64

0: 64 bytes

_128

1: 128 bytes

_192

2: 192 bytes

_256

3: 256 bytes

_40

4: 40 bytes

_32

5: 32 bytes

_24

6: 24 bytes

_16

7: 16 bytes

Trait Implementations

impl From<TTC_A> for u8[src]

impl Debug for TTC_A[src]

impl PartialEq<TTC_A> for TTC_A[src]

impl Copy for TTC_A[src]

impl StructuralPartialEq for TTC_A[src]

impl Clone for TTC_A[src]

Auto Trait Implementations

impl Unpin for TTC_A

impl Send for TTC_A

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