Type Alias D_POL_W

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

Field D_POL writer - The bit is used to set MOSI line polarity, 1: high 0, low. Can be configured in CONF state.

Aliased Typeยง

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