CffW

Type Alias CffW 

pub type CffW<'a, REG> = BitWriter<'a, REG, Cff>;
Expand description

Field CFF writer - Analog Comparator Flag Falling

Aliased Type§

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

Implementations§

§

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

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

A falling edge has not been detected on COUT.

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

A falling edge on COUT has occurred.