Skip to main content

PinpolR

Type Alias PinpolR 

Source
pub type PinpolR = BitReader<Pinpol>;
Expand description

Field PINPOL reader - Shifter Pin Polarity

Aliased Type§

pub struct PinpolR { /* private fields */ }

Implementations§

Source§

impl PinpolR

Source

pub const fn variant(&self) -> Pinpol

Get enumerated values variant

Source

pub fn is_active_high(&self) -> bool

Active high

Source

pub fn is_active_low(&self) -> bool

Active low