TppR

Type Alias TppR 

pub type TppR = BitReader<Tpp>;
Expand description

Field TPP reader - Timer Pin Polarity

Aliased Type§

pub struct TppR { /* private fields */ }

Implementations§

§

impl TppR

pub const fn variant(&self) -> Tpp

Get enumerated values variant

pub fn is_0(&self) -> bool

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

pub fn is_1(&self) -> bool

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