CfrW

Type Alias CfrW 

pub type CfrW<'a, REG> = BitWriter<'a, REG, Cfr>;
Expand description

Field CFR writer - Analog Comparator Flag Rising

Aliased Type§

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

Implementations§

§

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

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

A rising edge has not been detected on COUT.

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

A rising edge on COUT has occurred.