[][src]Enum rsl10_pac::crc::crc_ctrl::CRC_TYPE_A

pub enum CRC_TYPE_A {
    CRC_CCITT,
    CRC_32,
}

Selects the CRC type

Value on reset: 0

Variants

CRC_CCITT

0: CRC-CCITT algorithm selected

CRC_32

1: CRC-32 (IEEE 802.3) algorithm selected

Trait Implementations

impl Clone for CRC_TYPE_A[src]

impl Copy for CRC_TYPE_A[src]

impl Debug for CRC_TYPE_A[src]

impl From<CRC_TYPE_A> for bool[src]

impl PartialEq<CRC_TYPE_A> for CRC_TYPE_A[src]

impl StructuralPartialEq for CRC_TYPE_A[src]

Auto Trait Implementations

impl Send for CRC_TYPE_A

impl Sync for CRC_TYPE_A

impl Unpin for CRC_TYPE_A

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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> 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.