Enum atsamd21e18a::tcc0::fctrla::CHSELR[][src]

pub enum CHSELR {
    CC0,
    CC1,
    CC2,
    CC3,
}

Possible values of the field CHSEL

Variants

Capture value stored in channel 0

Capture value stored in channel 1

Capture value stored in channel 2

Capture value stored in channel 3

Methods

impl CHSELR
[src]

Value of the field as raw bits

Checks if the value of the field is CC0

Checks if the value of the field is CC1

Checks if the value of the field is CC2

Checks if the value of the field is CC3

Trait Implementations

impl Clone for CHSELR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CHSELR
[src]

impl Debug for CHSELR
[src]

Formats the value using the given formatter. Read more

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

impl Sync for CHSELR