PinpolR

Type Alias PinpolR 

pub type PinpolR = BitReader<Pinpol>;
Expand description

Field PINPOL reader - Timer Pin Polarity

Aliased Type§

pub struct PinpolR { /* private fields */ }

Implementations§

§

impl PinpolR

pub const fn variant(&self) -> Pinpol

Get enumerated values variant

pub fn is_0(&self) -> bool

Pin is active high

pub fn is_1(&self) -> bool

Pin is active low