Pol6W

Type Alias Pol6W 

pub type Pol6W<'a, REG> = BitWriter<'a, REG, Pol6>;
Expand description

Field POL6 writer - Channel 6 Polarity

Aliased Type§

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

Implementations§

§

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