Enum atsamd21e18a::tcc0::wave::WAVEGENR[][src]

pub enum WAVEGENR {
    NFRQ,
    MFRQ,
    NPWM,
    DSCRITICAL,
    DSBOTTOM,
    DSBOTH,
    DSTOP,
    _Reserved(u8),
}

Possible values of the field WAVEGEN

Variants

Normal frequency

Match frequency

Normal PWM

Dual-slope critical

Dual-slope with interrupt/event condition when COUNT reaches ZERO

Dual-slope with interrupt/event condition when COUNT reaches ZERO or TOP

Dual-slope with interrupt/event condition when COUNT reaches TOP

Reserved

Methods

impl WAVEGENR
[src]

Value of the field as raw bits

Checks if the value of the field is NFRQ

Checks if the value of the field is MFRQ

Checks if the value of the field is NPWM

Checks if the value of the field is DSCRITICAL

Checks if the value of the field is DSBOTTOM

Checks if the value of the field is DSBOTH

Checks if the value of the field is DSTOP

Trait Implementations

impl Clone for WAVEGENR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for WAVEGENR
[src]

impl Debug for WAVEGENR
[src]

Formats the value using the given formatter. Read more

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

impl Sync for WAVEGENR