Type Alias BlankW

Source
pub type BlankW<'a, REG> = FieldWriter<'a, REG, 2, Blankselect, Safe>;
Expand description

Field BLANK writer - Fault A Blanking Mode

Aliased Type§

struct BlankW<'a, REG> { /* private fields */ }

Implementations§

Source§

impl<'a, REG> BlankW<'a, REG>
where REG: Writable + RegisterSpec, REG::Ux: From<u8>,

Source

pub fn start(self) -> &'a mut W<REG>

Blanking applied from start of the ramp

Source

pub fn rise(self) -> &'a mut W<REG>

Blanking applied from rising edge of the output waveform

Source

pub fn fall(self) -> &'a mut W<REG>

Blanking applied from falling edge of the output waveform

Source

pub fn both(self) -> &'a mut W<REG>

Blanking applied from each toggle of the output waveform