OpeW

Type Alias OpeW 

pub type OpeW<'a, REG> = BitWriter<'a, REG, Ope>;
Expand description

Field OPE writer - Comparator Output Pin Enable

Aliased Type§

pub struct OpeW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> OpeW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

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

pub fn _1(self) -> &'a mut W<REG>

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.