AcfeR

Type Alias AcfeR 

pub type AcfeR = BitReader<Acfe>;
Expand description

Field ACFE reader - Compare Function Enable

Aliased Type§

pub struct AcfeR { /* private fields */ }

Implementations§

§

impl AcfeR

pub const fn variant(&self) -> Acfe

Get enumerated values variant

pub fn is_0(&self) -> bool

Compare function disabled.

pub fn is_1(&self) -> bool

Compare function enabled.