TppW

Type Alias TppW 

pub type TppW<'a, REG> = BitWriter<'a, REG, Tpp>;
Expand description

Field TPP writer - Timer Pin Polarity

Aliased Type§

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

Implementations§

§

impl<'a, REG> TppW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

Pulse Counter input source is active-high, and the CNR will increment on the rising-edge.

pub fn _1(self) -> &'a mut W<REG>

Pulse Counter input source is active-low, and the CNR will increment on the falling-edge.