Type Alias POL_R

Source
pub type POL_R = BitReader<POL>;
Expand description

Field POL reader - Output polarity

Aliased Type§

struct POL_R { /* private fields */ }

Implementations§

Source§

impl POL_R

Source

pub const fn variant(&self) -> POL

Get enumerated values variant

Source

pub fn is_high(&self) -> bool

The pin is high when ALRAF/ALRBF/WUTF is asserted (depending on OSEL[1:0])

Source

pub fn is_low(&self) -> bool

The pin is low when ALRAF/ALRBF/WUTF is asserted (depending on OSEL[1:0])