Enum atsamd21g18a::dmac::chctrlb::CMDR[][src]

pub enum CMDR {
    NOACT,
    SUSPEND,
    RESUME,
    _Reserved(u8),
}

Possible values of the field CMD

Variants

No action

Channel suspend operation

Channel resume operation

Reserved

Methods

impl CMDR
[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 SUSPEND

Checks if the value of the field is RESUME

Trait Implementations

impl Clone for CMDR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CMDR
[src]

impl Debug for CMDR
[src]

Formats the value using the given formatter. Read more

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

impl Sync for CMDR