Type Alias InveiR

Source
pub type InveiR = BitReader<Inveiselect>;
Expand description

Field INVEI reader - Inverted Event Input Enable

Aliased Type§

struct InveiR { /* private fields */ }

Implementations§

Source§

impl InveiR

Source

pub const fn variant(&self) -> Inveiselect

Get enumerated values variant

Source

pub fn is_disable(&self) -> bool

Incoming event is not inverted

Source

pub fn is_enable(&self) -> bool

Incoming event is inverted