Type Alias FiltselW

Source
pub type FiltselW<'a, REG> = FieldWriter<'a, REG, 2, Filtselselect>;
Expand description

Field FILTSEL writer - Filter Selection

Aliased Type§

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

Implementations§

Source§

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

Source

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

Filter disabled

Source

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

Synchronizer enabled

Source

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

Filter enabled