Enum atsamd21e18a::dmac::crcctrl::CRCPOLYR[][src]

pub enum CRCPOLYR {
    CRC16,
    CRC32,
    _Reserved(u8),
}

Possible values of the field CRCPOLY

Variants

CRC-16 (CRC-CCITT)

CRC32 (IEEE 802.3)

Reserved

Methods

impl CRCPOLYR
[src]

Value of the field as raw bits

Checks if the value of the field is CRC16

Checks if the value of the field is CRC32

Trait Implementations

impl Clone for CRCPOLYR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CRCPOLYR
[src]

impl Debug for CRCPOLYR
[src]

Formats the value using the given formatter. Read more

impl PartialEq for CRCPOLYR
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for CRCPOLYR

impl Sync for CRCPOLYR