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

pub enum CRCSRCR {
    NOACT,
    IO,
    _Reserved(u8),
}

Possible values of the field CRCSRC

Variants

No action

I/O interface

Reserved

Methods

impl CRCSRCR
[src]

Value of the field as raw bits

Checks if the value of the field is NOACT

Checks if the value of the field is IO

Trait Implementations

impl Clone for CRCSRCR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CRCSRCR
[src]

impl Debug for CRCSRCR
[src]

Formats the value using the given formatter. Read more

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

impl Sync for CRCSRCR