[][src]Enum tm4c129x::ccm0::crcctrl::TYPE_A

pub enum TYPE_A {
    P8055,
    P1021,
    P4C11DB7,
    P1EDC6F41,
    TCPCHKSUM,
}

Operation Type

Value on reset: 0

Variants

P8055

0: Polynomial 0x8005

P1021

1: Polynomial 0x1021

P4C11DB7

2: Polynomial 0x4C11DB7

P1EDC6F41

3: Polynomial 0x1EDC6F41

TCPCHKSUM

8: TCP checksum

Trait Implementations

impl From<TYPE_A> for u8[src]

impl Debug for TYPE_A[src]

impl PartialEq<TYPE_A> for TYPE_A[src]

impl Copy for TYPE_A[src]

impl StructuralPartialEq for TYPE_A[src]

impl Clone for TYPE_A[src]

Auto Trait Implementations

impl Unpin for TYPE_A

impl Send for TYPE_A

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