EnR

Type Alias EnR 

pub type EnR = BitReader<En>;
Expand description

Field EN reader - Comparator Module Enable

Aliased Type§

pub struct EnR { /* private fields */ }

Implementations§

§

impl EnR

pub const fn variant(&self) -> En

Get enumerated values variant

pub fn is_0(&self) -> bool

Analog Comparator is disabled.

pub fn is_1(&self) -> bool

Analog Comparator is enabled.