CfrR

Type Alias CfrR 

pub type CfrR = BitReader<Cfr>;
Expand description

Field CFR reader - Analog Comparator Flag Rising

Aliased Type§

pub struct CfrR { /* private fields */ }

Implementations§

§

impl CfrR

pub const fn variant(&self) -> Cfr

Get enumerated values variant

pub fn is_0(&self) -> bool

A rising edge has not been detected on COUT.

pub fn is_1(&self) -> bool

A rising edge on COUT has occurred.