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

Field Stall writer - STALL Handshake

Aliased Type§

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