Pol7W

Type Alias Pol7W 

pub type Pol7W<'a, REG> = BitWriter<'a, REG, Pol7>;
Expand description

Field POL7 writer - Channel 7 Polarity

Aliased Type§

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

Implementations§

§

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