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

Field SIGNED writer - If SIGNED is set, the shifted and masked accumulator value is sign-extended to 32 bits
before adding to BASE0, and LANE0 PEEK/POP appear extended to 32 bits when read by processor.

Aliased Type§

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