CffR

Type Alias CffR 

pub type CffR = BitReader<Cff>;
Expand description

Field CFF reader - Analog Comparator Flag Falling

Aliased Type§

pub struct CffR { /* private fields */ }

Implementations§

§

impl CffR

pub const fn variant(&self) -> Cff

Get enumerated values variant

pub fn is_0(&self) -> bool

A falling edge has not been detected on COUT.

pub fn is_1(&self) -> bool

A falling edge on COUT has occurred.