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

Field CROSS_INPUT writer - If 1, feed the opposite lane’s accumulator into this lane’s shift + mask hardware.
Takes effect even if ADD_RAW is set (the CROSS_INPUT mux is before the shift+mask bypass)

Aliased Type§

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