Enum atsamd21e18a::tcc0::ctrlbset::IDXCMDR[][src]

pub enum IDXCMDR {
    DISABLE,
    SET,
    CLEAR,
    HOLD,
}

Possible values of the field IDXCMD

Variants

Command disabled: Index toggles between cycles A and B

Set index: cycle B will be forced in the next cycle

Clear index: cycle A will be forced in the next cycle

Hold index: the next cycle will be the same as the current cycle

Methods

impl IDXCMDR
[src]

Value of the field as raw bits

Checks if the value of the field is DISABLE

Checks if the value of the field is SET

Checks if the value of the field is CLEAR

Checks if the value of the field is HOLD

Trait Implementations

impl Clone for IDXCMDR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for IDXCMDR
[src]

impl Debug for IDXCMDR
[src]

Formats the value using the given formatter. Read more

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

impl Sync for IDXCMDR