Enum atsamd21e18a::tcc0::evctrl::CNTSELR[][src]

pub enum CNTSELR {
    START,
    END,
    BETWEEN,
    BOUNDARY,
}

Possible values of the field CNTSEL

Variants

An interrupt/event is generated when a new counter cycle starts

An interrupt/event is generated when a counter cycle ends

An interrupt/event is generated when a counter cycle ends, except for the first and last cycles

An interrupt/event is generated when a new counter cycle starts or a counter cycle ends

Methods

impl CNTSELR
[src]

Value of the field as raw bits

Checks if the value of the field is START

Checks if the value of the field is END

Checks if the value of the field is BETWEEN

Checks if the value of the field is BOUNDARY

Trait Implementations

impl Clone for CNTSELR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CNTSELR
[src]

impl Debug for CNTSELR
[src]

Formats the value using the given formatter. Read more

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

impl Sync for CNTSELR