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

Field NUDGE writer - An edge on this signal shifts the phase of the output by 1 cycle of the input clock
This can be done at any time

Aliased Type§

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