pub type SHIFT_W<'a, REG> = FieldWriter<'a, REG, 5>;
Expand description

Field SHIFT writer - Logical right-shift applied to accumulator before masking

Aliased Type§

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