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

pub enum EVACT0R {
    OFF,
    RETRIGGER,
    COUNTEV,
    START,
    INC,
    COUNT,
    FAULT,
    _Reserved(u8),
}

Possible values of the field EVACT0

Variants

Event action disabled

Start, restart or re-trigger counter on event

Count on event

Start counter on event

Increment counter on event

Count on active state of asynchronous event

Non-recoverable fault

Reserved

Methods

impl EVACT0R
[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 COUNTEV

Checks if the value of the field is START

Checks if the value of the field is INC

Checks if the value of the field is COUNT

Checks if the value of the field is FAULT

Trait Implementations

impl Clone for EVACT0R
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for EVACT0R
[src]

impl Debug for EVACT0R
[src]

Formats the value using the given formatter. Read more

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

impl Sync for EVACT0R