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

Field AUTOPULL writer - Pull automatically when the output shift register is emptied, i.e. on or following an OUT instruction which causes the output shift counter to reach or exceed PULL_THRESH.

Aliased Type§

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