pub type SHIFT_W<'a, REG> = FieldWriter<'a, REG, 2>;Expand description
Field SHIFT writer - phase shift the phase-shifted output by SHIFT input clocks
this can be changed on-the-fly
must be set to 0 before setting div=1
Aliased Typeยง
pub struct SHIFT_W<'a, REG> { /* private fields */ }