Type Alias BIN_W

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

Field BIN writer - Bipolar Input Mode

Aliased Typeยง

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