Enum atsamd21e18a::tcc0::fctrlb::BLANKR[][src]

pub enum BLANKR {
    NONE,
    RISE,
    FALL,
    BOTH,
}

Possible values of the field BLANK

Variants

No blanking applied

Blanking applied from rising edge of the output waveform

Blanking applied from falling edge of the output waveform

Blanking applied from each toggle of the output waveform

Methods

impl BLANKR
[src]

Value of the field as raw bits

Checks if the value of the field is NONE

Checks if the value of the field is RISE

Checks if the value of the field is FALL

Checks if the value of the field is BOTH

Trait Implementations

impl Clone for BLANKR
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for BLANKR
[src]

impl Debug for BLANKR
[src]

Formats the value using the given formatter. Read more

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

impl Sync for BLANKR