AdcoR

Type Alias AdcoR 

pub type AdcoR = BitReader<Adco>;
Expand description

Field ADCO reader - Continuous Conversion Enable

Aliased Type§

pub struct AdcoR { /* private fields */ }

Implementations§

§

impl AdcoR

pub const fn variant(&self) -> Adco

Get enumerated values variant

pub fn is_0(&self) -> bool

One conversion will be performed (or one set of conversions, if AVGE is set) after a conversion is initiated.

pub fn is_1(&self) -> bool

Continuous conversions will be performed (or continuous sets of conversions, if AVGE is set) after a conversion is initiated.