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

pub enum EVACT1R {
    OFF,
    RETRIGGER,
    DIR,
    STOP,
    DEC,
    PPW,
    PWP,
    FAULT,
}

Possible values of the field EVACT1

Variants

Event action disabled

Re-trigger counter on event

Direction control

Stop counter on event

Decrement counter on event

Period capture value in CC0 register, pulse width capture value in CC1 register

Period capture value in CC1 register, pulse width capture value in CC0 register

Non-recoverable fault

Methods

impl EVACT1R
[src]

Value of the field as raw bits

Checks if the value of the field is OFF

Checks if the value of the field is RETRIGGER

Checks if the value of the field is DIR

Checks if the value of the field is STOP

Checks if the value of the field is DEC

Checks if the value of the field is PPW

Checks if the value of the field is PWP

Checks if the value of the field is FAULT

Trait Implementations

impl Clone for EVACT1R
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EVACT1R
[src]

impl Debug for EVACT1R
[src]

Formats the value using the given formatter. Read more

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

impl Sync for EVACT1R