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

Field WRAP_TOP writer - After reaching this address, execution is wrapped to wrap_bottom.
If the instruction is a jump, and the jump condition is true, the jump takes priority.

Aliased Type§

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