FxmpW

Type Alias FxmpW 

pub type FxmpW<'a, REG> = BitWriter<'a, REG, Fxmp>;
Expand description

Field FXMP writer - Fixed MUX Port

Aliased Type§

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

Implementations§

§

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

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

The Plus port is fixed. Only the inputs to the Minus port are swept in each round.

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

The Minus port is fixed. Only the inputs to the Plus port are swept in each round.