Enum atsamd21e18a::tcc0::ctrlbclr::CMDR[][src]

pub enum CMDR {
    NONE,
    RETRIGGER,
    STOP,
    UPDATE,
    READSYNC,
    _Reserved(u8),
}

Possible values of the field CMD

Variants

No action

Clear start, restart or retrigger

Force stop

Force update of double buffered registers

Force COUNT read synchronization

Reserved

Methods

impl CMDR
[src]

Value of the field as raw bits

Checks if the value of the field is NONE

Checks if the value of the field is RETRIGGER

Checks if the value of the field is STOP

Checks if the value of the field is UPDATE

Checks if the value of the field is READSYNC

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