QuadenW

Type Alias QuadenW 

pub type QuadenW<'a, REG> = BitWriter<'a, REG, Quaden>;
Expand description

Field QUADEN writer - Quadrature Decoder Mode Enable

Aliased Type§

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

Implementations§

§

impl<'a, REG> QuadenW<'a, REG>
where REG: Writable + RegisterSpec,

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

Quadrature Decoder mode is disabled.

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

Quadrature Decoder mode is enabled.