Type Alias IndexedLinearEncoder

Source
pub type IndexedLinearEncoder<Clk, Dt, Steps = FullStep, T = i32, PM = Blocking> = IndexedIncrementalEncoder<Linear, Clk, Dt, Steps, T, PM>;
Expand description

Linear encoder.

Aliased Typeยง

pub struct IndexedLinearEncoder<Clk, Dt, Steps = FullStep, T = i32, PM = Blocking> { /* private fields */ }