OpeR

Type Alias OpeR 

pub type OpeR = BitReader<Ope>;
Expand description

Field OPE reader - Comparator Output Pin Enable

Aliased Type§

pub struct OpeR { /* private fields */ }

Implementations§

§

impl OpeR

pub const fn variant(&self) -> Ope

Get enumerated values variant

pub fn is_0(&self) -> bool

When OPE is 0, the comparator output (after window/filter settings dependent on software configuration) is not available to a packaged pin.

pub fn is_1(&self) -> bool

When OPE is 1, and if the software has configured the comparator to own a packaged pin, the comparator is available in a packaged pin.