Pol3W

Type Alias Pol3W 

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

Field POL3 writer - Channel 3 Polarity

Aliased Type§

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

Implementations§

§

impl<'a, REG> Pol3W<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

The channel polarity is active high.

pub fn _1(self) -> &'a mut W<REG>

The channel polarity is active low.