QuadmodeW

Type Alias QuadmodeW 

pub type QuadmodeW<'a, REG> = BitWriter<'a, REG, Quadmode>;
Expand description

Field QUADMODE writer - Quadrature Decoder Mode

Aliased Type§

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

Implementations§

§

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

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

Phase A and phase B encoding mode.

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

Count and direction encoding mode.