Type Alias atsame54n::tcc0::fctrlb::BLANK_W

source ·
pub type BLANK_W<'a, REG, const O: u8> = FieldWriterSafe<'a, REG, 2, O, BLANKSELECT_A>;
Expand description

Field BLANK writer - Fault B Blanking Mode

Aliased Type§

struct BLANK_W<'a, REG, const O: u8> { /* private fields */ }

Implementations§

source§

impl<'a, REG, const O: u8> BLANK_W<'a, REG, O>
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