Pol5W

Type Alias Pol5W 

pub type Pol5W<'a, REG> = BitWriter<'a, REG, Pol5>;
Expand description

Field POL5 writer - Channel 5 Polarity

Aliased Type§

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

Implementations§

§

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