Type Alias OneshotW

Source
pub type OneshotW<'a, REG> = BitWriter<'a, REG>;
Expand description

Field ONESHOT writer - One-Shot

Aliased Typeยง

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