Pol0W

Type Alias Pol0W 

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

Field POL0 writer - Channel 0 Polarity

Aliased Type§

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

Implementations§

§

impl<'a, REG> Pol0W<'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.