Pol4W

Type Alias Pol4W 

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

Field POL4 writer - Channel 4 Polarity

Aliased Type§

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

Implementations§

§

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