Enum atsamd21e18a::tcc0::ctrla::PRESCSYNCR[][src]

pub enum PRESCSYNCR {
    GCLK,
    PRESC,
    RESYNC,
    _Reserved(u8),
}

Possible values of the field PRESCSYNC

Variants

Reload or reset counter on next GCLK

Reload or reset counter on next prescaler clock

Reload or reset counter on next GCLK and reset prescaler counter

Reserved

Methods

impl PRESCSYNCR
[src]

Value of the field as raw bits

Checks if the value of the field is GCLK

Checks if the value of the field is PRESC

Checks if the value of the field is RESYNC

Trait Implementations

impl Clone for PRESCSYNCR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PRESCSYNCR
[src]

impl Debug for PRESCSYNCR
[src]

Formats the value using the given formatter. Read more

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

impl Sync for PRESCSYNCR