InvtR

Type Alias InvtR 

pub type InvtR = BitReader<Invt>;
Expand description

Field INVT reader - Comparator invert

Aliased Type§

pub struct InvtR { /* private fields */ }

Implementations§

§

impl InvtR

pub const fn variant(&self) -> Invt

Get enumerated values variant

pub fn is_0(&self) -> bool

Does not invert the comparator output.

pub fn is_1(&self) -> bool

Inverts the comparator output.