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

pub enum CRCBEATSIZER {
    BYTE,
    HWORD,
    WORD,
    _Reserved(u8),
}

Possible values of the field CRCBEATSIZE

Variants

8-bit bus transfer

16-bit bus transfer

32-bit bus transfer

Reserved

Methods

impl CRCBEATSIZER
[src]

Value of the field as raw bits

Checks if the value of the field is BYTE

Checks if the value of the field is HWORD

Checks if the value of the field is WORD

Trait Implementations

impl Clone for CRCBEATSIZER
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CRCBEATSIZER
[src]

impl Debug for CRCBEATSIZER
[src]

Formats the value using the given formatter. Read more

impl PartialEq for CRCBEATSIZER
[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