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

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

Values that can be written to 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

Auto Trait Implementations

impl Send for BLANKW

impl Sync for BLANKW