Type Alias LEDPOL_R

Source
pub type LEDPOL_R = BitReader<LEDPOL_A>;
Expand description

Field LEDPOL reader - LED output pin polarity

Aliased Type§

struct LEDPOL_R { /* private fields */ }

Implementations§

Source§

impl LEDPOL_R

Source

pub fn variant(&self) -> LEDPOL_A

Get enumerated values variant

Source

pub fn is_active_low(&self) -> bool

Checks if the value of the field is ACTIVE_LOW

Source

pub fn is_active_high(&self) -> bool

Checks if the value of the field is ACTIVE_HIGH