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

pub enum FINAL_CRC_XOR_A {
    CRC_FINAL_XOR_STANDARD,
    CRC_FINAL_XOR_NON_STANDARD,
}

Selects the final CRC XOR mode

Value on reset: 0

Variants

CRC_FINAL_XOR_STANDARD

0: Final CRC XOR is done according to the standard (CRC-CCITT: no XOR; CRC-32: XOR with 0xFFFFFFFF)

CRC_FINAL_XOR_NON_STANDARD

1: Final CRC XOR is done in opposite of the standard

Trait Implementations

impl Clone for FINAL_CRC_XOR_A[src]

impl Copy for FINAL_CRC_XOR_A[src]

impl Debug for FINAL_CRC_XOR_A[src]

impl From<FINAL_CRC_XOR_A> for bool[src]

impl PartialEq<FINAL_CRC_XOR_A> for FINAL_CRC_XOR_A[src]

impl StructuralPartialEq for FINAL_CRC_XOR_A[src]

Auto Trait Implementations

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.