Type Alias StallW

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

Field STALL writer - Stall Processor

Aliased Typeยง

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