atsamd21g::tcc0::fctrlb

Type Alias BlankR

Source
pub type BlankR = FieldReader<Blankselect>;
Expand description

Field BLANK reader - Fault B Blanking Mode

Aliased Type§

struct BlankR { /* private fields */ }

Implementations§

Source§

impl BlankR

Source

pub const fn variant(&self) -> Blankselect

Get enumerated values variant

Source

pub fn is_none(&self) -> bool

No blanking applied

Source

pub fn is_rise(&self) -> bool

Blanking applied from rising edge of the output waveform

Source

pub fn is_fall(&self) -> bool

Blanking applied from falling edge of the output waveform

Source

pub fn is_both(&self) -> bool

Blanking applied from each toggle of the output waveform